Skip to main content
Version: 3.x

OrderGrantRefundUpdateLineAddInput

No description

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

Fields

OrderGrantRefundUpdateLineAddInput.id ● ID! non-null scalar

The ID of the order line.

OrderGrantRefundUpdateLineAddInput.quantity ● Int! non-null scalar

The quantity of line items to be marked to refund.

OrderGrantRefundUpdateLineAddInput.reason ● String scalar

Reason of the granted refund for the line.

Member of

OrderGrantRefundUpdateInput input


Was this page helpful?