OrderReturnLineInput Input Type
No description
input OrderReturnLineInput {
orderLineId: ID!
quantity: Int!
replace: Boolean
}
Fields
orderLineId ● ID!
The ID of the order line to return.
quantity ● Int!
The number of items to be returned.
replace ● Boolean
Determines, if the line should be added to replace order.
Member Of
OrderReturnProductsInput input