Skip to main content

orderFulfillmentCancel

Cancels existing fulfillment and optionally restocks items.

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

Arguments

orderFulfillmentCancel.id ● ID! non-null scalar miscellaneous

ID of a fulfillment to cancel.

orderFulfillmentCancel.input ● FulfillmentCancelInput input orders

Fields required to cancel a fulfillment.

Type

FulfillmentCancel object orders

Cancels existing fulfillment and optionally restocks items.

Requires MANAGE_ORDERSpermission.