Skip to main content

FulfillmentCancel

Cancels existing fulfillment and optionally restocks items.

type FulfillmentCancel {
fulfillment: Fulfillment
order: Order
orderErrors: [OrderError!]!
}

Fields

FulfillmentCancel.fulfillment ● Fulfillment object

A canceled fulfillment.

FulfillmentCancel.order ● Order object

Order which fulfillment was cancelled.

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

Returned By

orderFulfillmentCancel mutation

Was this page helpful?