Skip to main content

FulfillmentCancel

Result of fulfillment cancel mutation.

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

Fields

FulfillmentCancel.fulfillment ● Fulfillment object

Canceled fulfillment.

FulfillmentCancel.order ● Order object

Order with the fulfillment canceled.

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

List of errors that occurred executing the mutation.

Returned By

orderFulfillmentCancel mutation

Was this page helpful?