Skip to main content

CreateFulfillmentContainerInput

Autogenerated input type of CreateFulfillmentContainer

input CreateFulfillmentContainerInput {
clientMutationId: String
containerType: String
dcNumber: String
fulfillmentId: ID!
fulfillmentItems: [FulfillmentContainerItemInput!]!
orderId: ID!
status: String
storeNumber: String
}

Fields

CreateFulfillmentContainerInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

CreateFulfillmentContainerInput.containerType ● String scalar common

Container type. Defaults to 'carton'.

CreateFulfillmentContainerInput.dcNumber ● String scalar common

Destination distribution center number (retailer routing).

CreateFulfillmentContainerInput.fulfillmentId ● ID! non-null scalar common

The fulfillment being packed.

CreateFulfillmentContainerInput.fulfillmentItems ● [FulfillmentContainerItemInput!]! non-null input shipments

The contents of the container.

CreateFulfillmentContainerInput.orderId ● ID! non-null scalar common

The order the fulfillment belongs to.

CreateFulfillmentContainerInput.status ● String scalar common

Lifecycle status: 'packing' (persisted scratchpad / mid-point save) or 'confirmed'. Defaults to 'confirmed'.

CreateFulfillmentContainerInput.storeNumber ● String scalar common

Destination store number (retailer routing).

Member Of

createFulfillmentContainer mutation