FulfillmentLine
Represents line of the fulfillment.
type FulfillmentLine implements Node {
id: ID!
quantity: Int!
orderLine: OrderLine
}
Fields
FulfillmentLine.id
● ID!
non-null scalar miscellaneous
ID of the fulfillment line.
FulfillmentLine.quantity
● Int!
non-null scalar miscellaneous
The number of items included in the fulfillment line.
FulfillmentLine.orderLine
● OrderLine
object orders
The order line to which the fulfillment line is related.
Interfaces
Node
interface miscellaneous
An object with an ID
Member Of
Fulfillment
object ● OrderEvent
object