Skip to main content

ShippingFulfillmentConfirmLineInput

The fulfilment of a shipping line, or of a part of it: the same shippingLineId can appear more than once to declare different serial numbers or batches. Item lines not listed have nothing packed; the quantities declared for a shipping line cannot exceed its quantity, and the difference is unfulfilled.

input ShippingFulfillmentConfirmLineInput {
batchNumber: String
quantity: Int!
serialNumber: String
shippingLineId: ID!
userName: String
}

Fields

ShippingFulfillmentConfirmLineInput.batchNumber ● String scalar

The stock batch (lot) number of the fulfilled units. Created in OMS if it does not exist yet.

ShippingFulfillmentConfirmLineInput.quantity ● Int! non-null scalar

The quantity packed. 1 at most when serialNumber is present.

ShippingFulfillmentConfirmLineInput.serialNumber ● String scalar

The serial number of the fulfilled unit. One line per serialized unit.

ShippingFulfillmentConfirmLineInput.shippingLineId ● ID! non-null scalar

The ID of the shipping line (Shipping.itemLines[].id).

ShippingFulfillmentConfirmLineInput.userName ● String scalar

The name of the warehouse operator who prepared the line. Informational only, shown in OMS.

Member Of

shippingFulfillmentConfirm mutation