FulfillmentLine
Represents a line in a fulfillment.
type FulfillmentLine implements Node {
id: ID!
quantity: Int!
returnReason: String
orderLine: OrderLine
}
Fields
FulfillmentLine.id ● ID! non-null scalar
The Globally Unique ID of this object
FulfillmentLine.quantity ● Int! non-null scalar
Quantity fulfilled
FulfillmentLine.returnReason ● String scalar
Reason customer requested item return
FulfillmentLine.orderLine ● OrderLine object
The order line this fulfillment line refers to
Interfaces
Node interface
An object with a Globally Unique ID
Member Of
Fulfillment object ● JournalEntry object ● OrderEvent object