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 deprecated

Returned By

orderFulfillmentCancel mutation