Skip to main content
Version: 3.x

OrderGrantRefundCreateLineInput

No description

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

Fields

OrderGrantRefundCreateLineInput.id ● ID! non-null scalar

The ID of the order line.

OrderGrantRefundCreateLineInput.quantity ● Int! non-null scalar

The quantity of line items to be marked to refund.

OrderGrantRefundCreateLineInput.reason ● String scalar

Reason of the granted refund for the line.

Member of

OrderGrantRefundCreateInput input


Was this page helpful?