Skip to main content

orderFulfillmentCancel Mutation

Cancels existing fulfillment and optionally restocks items.

Requires the MANAGE_ORDERSpermission.
orderFulfillmentCancel(
id: ID!
input: FulfillmentCancelInput
): FulfillmentCancel
Show return type

Arguments

id ● ID!

ID of a fulfillment to cancel.

input ● FulfillmentCancelInput

Fields required to cancel a fulfillment.

Type

FulfillmentCancel

Cancels existing fulfillment and optionally restocks items.

Requires the MANAGE_ORDERSpermission.