OrderGrantRefundUpdateLineAddInput Input Type
No description
input OrderGrantRefundUpdateLineAddInput {
id: ID!
quantity: Int!
reason: String
reasonReference: ID
}
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.
reasonReference ● ID
ID of a Page (Model) to reference in reason for the line.