Skip to main content
Version: 3.x

FulfillmentLine

Represents line of the fulfillment.

type FulfillmentLine implements Node {
id: ID!
quantity: Int!
orderLine: OrderLine
}

Fields

FulfillmentLine.id ● ID! non-null scalar

FulfillmentLine.quantity ● Int! non-null scalar

FulfillmentLine.orderLine ● OrderLine object

Interfaces

Node interface

An object with an ID

Member of

Fulfillment object ● OrderEvent object


Was this page helpful?