Skip to main content

UpdateFulfillmentContainerInput

Autogenerated input type of UpdateFulfillmentContainer

input UpdateFulfillmentContainerInput {
clientMutationId: String
containerId: ID!
containerType: String
dcNumber: String
fulfillmentId: ID!
fulfillmentItems: [FulfillmentContainerItemInput!]
height: Float
length: Float
orderId: ID!
sscc: String
storeNumber: String
trackingNumber: String
weight: Float
width: Float
}

Fields

UpdateFulfillmentContainerInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UpdateFulfillmentContainerInput.containerId ● ID! non-null scalar common

The fulfillment container to update.

UpdateFulfillmentContainerInput.containerType ● String scalar common

Container classification (packout-derived); defaults to 'carton'.

UpdateFulfillmentContainerInput.dcNumber ● String scalar common

Destination distribution center number (retailer routing).

UpdateFulfillmentContainerInput.fulfillmentId ● ID! non-null scalar common

The fulfillment the container belongs to.

UpdateFulfillmentContainerInput.fulfillmentItems ● [FulfillmentContainerItemInput!] list input shipments

Replaces all lines on the container when provided.

UpdateFulfillmentContainerInput.height ● Float scalar common

Container height, in inches.

UpdateFulfillmentContainerInput.length ● Float scalar common

Container length, in inches.

UpdateFulfillmentContainerInput.orderId ● ID! non-null scalar common

The order the fulfillment belongs to.

UpdateFulfillmentContainerInput.sscc ● String scalar common

User-supplied SSCC (18 digits). Uniqueness within the company is enforced; check-digit validity is a UI warning, not blocked.

UpdateFulfillmentContainerInput.storeNumber ● String scalar common

Destination store number (retailer routing).

UpdateFulfillmentContainerInput.trackingNumber ● String scalar common

Carrier tracking number for the container.

UpdateFulfillmentContainerInput.weight ● Float scalar common

Container weight, in pounds.

UpdateFulfillmentContainerInput.width ● Float scalar common

Container width, in inches.

Member Of

updateFulfillmentContainer mutation