Skip to main content

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 orders

A canceled fulfillment.

FulfillmentCancel.order ● Order object orders

Order which fulfillment was cancelled.

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

DEPRECATED

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

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

Returned By

orderFulfillmentCancel mutation