OrderReturnLineInput
No description
input OrderReturnLineInput {
orderLineId: ID!
quantity: Int!
replace: Boolean
}
Fields
OrderReturnLineInput.orderLineId ● ID! non-null scalar
The ID of the order line to return.
OrderReturnLineInput.quantity ● Int! non-null scalar
The number of items to be returned.
OrderReturnLineInput.replace ● Boolean scalar
Determines, if the line should be added to replace order.
Member of
OrderReturnProductsInput input
Was this page helpful?