FulfillmentLine Object
Represents line of the fulfillment.
type FulfillmentLine implements Node {
id: ID!
quantity: Int!
orderLine: OrderLine
}
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.
Interfaces
Node
An object with an ID
Member Of
Fulfillment object ● OrderEvent object