Skip to main content

CreateShippingContainerInput

Autogenerated input type of CreateShippingContainer

input CreateShippingContainerInput {
clientMutationId: String
containerType: String
dimensions: DimensionsInput
orderFulfillmentId: ID!
orderId: ID!
orderShipmentId: ID
shippingContainerLines: [ShippingContainerLineInput!]
source: String!
sscc: String
trackingNumber: String
}

Fields

CreateShippingContainerInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

CreateShippingContainerInput.containerType ● String scalar

The type of container (e.g., 'box', 'pallet', 'mixed').

CreateShippingContainerInput.dimensions ● DimensionsInput input

The dimensions of the shipping container (length, width, height).

CreateShippingContainerInput.orderFulfillmentId ● ID! non-null scalar

The ID of the order fulfillment that the shipping container belongs to.

CreateShippingContainerInput.orderId ● ID! non-null scalar

The ID of the order that the shipping container belongs to.

CreateShippingContainerInput.orderShipmentId ● ID scalar

The ID of the order shipment that the shipping container is associated with (optional).

CreateShippingContainerInput.shippingContainerLines ● [ShippingContainerLineInput!] list input

The shipping container lines that detail what items are in the container.

CreateShippingContainerInput.source ● String! non-null scalar

The source of the shipping container (e.g., 'manual', 'external').

CreateShippingContainerInput.sscc ● String scalar

The Serial Shipping Container Code (SSCC) for the container.

CreateShippingContainerInput.trackingNumber ● String scalar

The tracking number for the shipping container.

Member Of

orderCreateShippingContainer mutation