Skip to main content

FulfillmentCancel Object

Cancels existing fulfillment and optionally restocks items.

Requires the MANAGE_ORDERSpermission.
type FulfillmentCancel {
fulfillment: Fulfillment
order: Order
orderErrors: [OrderError!]! @deprecated
errors: [OrderError!]!
}

Fields​

fulfillment ● Fulfillment​

A canceled fulfillment.

order ● Order​

Order which fulfillment was cancelled.

errors ● [OrderError!]!​

Show deprecatedHide deprecated

orderErrors ● [OrderError!]!​

DEPRECATED

Use errors field instead.

Returned By​

orderFulfillmentCancel mutation