Skip to main content

updateFulfillmentContainer

Updates metadata on a fulfillment container, and optionally replaces its contents.

Business Rules

  • Omitted fields are left unchanged; explicit null clears the field.
  • fulfillmentItems, when provided, replaces ALL lines on the container.
  • A provided SSCC must be unique within the company. Format/check-digit validity is surfaced as a UI warning, not enforced here (operators may save in-progress or retailer-supplied codes).

Error Scenarios

  • The container does not exist, or does not belong to the given fulfillment/company.
  • The SSCC is already used by another active container in the company.
  • containerType is not a recognized value.

Permissions Required

  • orders:update_fulfillment_containers permission
updateFulfillmentContainer(
input: UpdateFulfillmentContainerInput!
): OrderFulfillment!

Arguments

updateFulfillmentContainer.input ● UpdateFulfillmentContainerInput! non-null input common

Parameters for UpdateFulfillmentContainer

Type

OrderFulfillment object orders

This type represents an order fulfillment. An order can have multiple fulfillments, each one associated with a warehouse and a party that fulfilled the order.