orderFulfillmentCancel Mutation
Cancels existing fulfillment and optionally restocks items.
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.