Skip to main content
Version: 3.x

FulfillmentCancel

Cancels existing fulfillment and optionally restocks items.

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

Fields

FulfillmentCancel.fulfillment ● Fulfillment object

A canceled fulfillment.

FulfillmentCancel.order ● Order object

Order which fulfillment was cancelled.

FulfillmentCancel.orderErrors ● [OrderError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

FulfillmentCancel.errors ● [OrderError!]! non-null object

Returned by

orderFulfillmentCancel mutation


Was this page helpful?