OrderRefundLineInput
No description
input OrderRefundLineInput {
orderLineId: ID!
quantity: Int!
}
Fields
OrderRefundLineInput.orderLineId ● ID! non-null scalar
The ID of the order line to refund.
OrderRefundLineInput.quantity ● Int! non-null scalar
The number of items to be refunded.
Member of
OrderRefundProductsInput input
Was this page helpful?