OrderReturnLineInput Input Type
No description
input OrderReturnLineInput {
orderLineId: ID!
quantity: Int!
replace: Boolean
reason: String
reasonReference: ID
}
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.
reason ● String
Reason for returning this line.
Added in Saleor 3.23reasonReference ● ID
ID of a Page (Model) to reference in reason for this line.
Member Of
OrderReturnProductsInput input