Skip to main content

destroyFulfillmentContainer

Hard-deletes a fulfillment container and its line rows; the event stream preserves history. This is the removal path the UI uses at any point in packing — the container's lifecycle status is advisory and not enforced here, so removal is allowed regardless of status.

Permissions Required

  • orders:destroy_fulfillment_containers permission
destroyFulfillmentContainer(
input: DestroyFulfillmentContainerInput!
): OrderFulfillment!

Arguments

destroyFulfillmentContainer.input ● DestroyFulfillmentContainerInput! non-null input common

Parameters for DestroyFulfillmentContainer

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.