Skip to main content

OrderGrantRefundCreateLineInput

No description

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

Fields

OrderGrantRefundCreateLineInput.id ● ID! non-null scalar miscellaneous

The ID of the order line.

OrderGrantRefundCreateLineInput.quantity ● Int! non-null scalar miscellaneous

The quantity of line items to be marked to refund.

OrderGrantRefundCreateLineInput.reason ● String scalar miscellaneous

Reason of the granted refund for the line.

Member Of

OrderGrantRefundCreateInput input