Skip to main content

FulfillmentLine

A fulfilled quantity of a shipping line, as declared by the warehouse.

type FulfillmentLine {
batch: StockBatch
createdAt: ISO8601DateTime
id: ID
quantity: Int
serialNumber: String
shippingLine: ShippingLine
userName: String
}

Fields

FulfillmentLine.batch ● StockBatch object

The stock batch (lot) the fulfilled units come from, when declared.

FulfillmentLine.createdAt ● ISO8601DateTime scalar

When the line was declared.

FulfillmentLine.id ● ID scalar

The unique identifier of the record.

FulfillmentLine.quantity ● Int scalar

The fulfilled quantity. 1 at most when a serial number is present.

FulfillmentLine.serialNumber ● String scalar

The serial number of the fulfilled unit, when declared.

FulfillmentLine.shippingLine ● ShippingLine object

The shipping line the fulfilled quantity refers to.

FulfillmentLine.userName ● String scalar

The name of the warehouse operator who prepared the line, when declared. Informational only.

Member Of

FulfillmentPacking object ● ShippingLine object