Skip to main content

OrderGrantRefundCreateLineInput Input Type

No description

input OrderGrantRefundCreateLineInput {
id: ID!
quantity: Int!
reason: String
}

Fields

id ● ID!

The ID of the order line.

quantity ● Int!

The quantity of line items to be marked to refund.

reason ● String

Reason of the granted refund for the line.

Member Of

OrderGrantRefundCreateInput input