Skip to main content
Version: 3.x

orderFulfillmentCancel

Cancels existing fulfillment and optionally restocks items.

Requires MANAGE_ORDERSpermission.
orderFulfillmentCancel(
id: ID!
input: FulfillmentCancelInput
): FulfillmentCancel

Arguments

orderFulfillmentCancel.id ● ID! non-null scalar

ID of a fulfillment to cancel.

orderFulfillmentCancel.input ● FulfillmentCancelInput input

Fields required to cancel a fulfillment.

Type

FulfillmentCancel object

Cancels existing fulfillment and optionally restocks items.

Requires MANAGE_ORDERSpermission.

Was this page helpful?