Skip to main content

FulfillmentLine

Represents line of the fulfillment.

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

Fields

FulfillmentLine.id ● ID! non-null scalar

The ID of the object

FulfillmentLine.quantity ● Int! non-null scalar

FulfillmentLine.orderLine ● OrderLine object

FulfillmentLine.returnReason ● String scalar

Reason customer requested item return.

Interfaces

Node interface

An object with an ID

Member Of

Fulfillment object ● JournalEntry object ● OrderEvent object

Was this page helpful?