FulfillmentLine Object
Represents line of the fulfillment.
type FulfillmentLine implements Node {
id: ID!
quantity: Int!
orderLine: OrderLine
reason: String
reasonReference: Page
}
Fields
id ● ID!
ID of the fulfillment line.
quantity ● Int!
The number of items included in the fulfillment line.
orderLine ● OrderLine
The order line to which the fulfillment line is related.
reason ● String
Reason for returning this fulfillment line.
Added in Saleor 3.23reasonReference ● Page
Reason Model (Page) reference for this fulfillment line.
Added in Saleor 3.23Interfaces
Node
An object with an ID
Member Of
Fulfillment object ● OrderEvent object