FulfillmentCancel
Cancels existing fulfillment and optionally restocks items.
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
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
FulfillmentCancel.errors
● [OrderError!]!
non-null object orders
Returned By
orderFulfillmentCancel
mutation