OrderRefundLineInput Input Type
No description
input OrderRefundLineInput {
  orderLineId: ID!
  quantity: Int!
}
Fields
OrderRefundLineInput.orderLineId ● ID! non-null scalar miscellaneous
The ID of the order line to refund.
OrderRefundLineInput.quantity ● Int! non-null scalar miscellaneous
The number of items to be refunded.
Member Of
OrderRefundProductsInput input