Skip to main content
Anchor to FulfillmentOrderCancelError

FulfillmentOrderCancelError

object

Represents an error that occurs while cancelling a fulfillment order.

•FulfillmentOrderCancelErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Cancels a FulfillmentOrder and creates a replacement fulfillment order to represent the work left to be done. The original fulfillment order will be marked as closed.

This mutation works when the fulfillment order has a SUBMITTED or CANCELLATION_REQUESTED status. For SUBMITTED orders, cancellation happens immediately because the fulfillment service hasn't accepted the request.


Note

Orders that have had cancellation requested but the cancellation has yet to be accepted by the fulfillment service might still have work completed despite cancellation.


Arguments

•ID!
required

The ID of the fulfillment order to mark as canceled.



Was this section helpful?


Was this section helpful?