FulfillmentPacking
The packing declared by a warehouse when it confirmed the fulfilment of a shipping.
type FulfillmentPacking {
createdAt: ISO8601DateTime
id: ID
lines: [FulfillmentLine!]
shipping: Shipping
}
Fields
FulfillmentPacking.createdAt ● ISO8601DateTime scalar
When the fulfilment was confirmed.
FulfillmentPacking.id ● ID scalar
The unique identifier of the record.
FulfillmentPacking.lines ● [FulfillmentLine!] list object
The fulfilment lines — the fulfilled quantities per shipping line, split by stock batch or serial number when declared.
FulfillmentPacking.shipping ● Shipping object
The shipping the packing belongs to; its parcels are the ones declared with the confirmation.
Returned By
shippingFulfillmentConfirm mutation
Member Of
Shipping object