Fulfillment Order Cancel Error
Represents an error that occurs while cancelling a fulfillment order.
Anchor to FieldsFields
- code (FulfillmentOrderCancelErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Fulfillment
Order Cancel Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Anchor to MutationsMutations
- fulfillmentOrderCancel (FulfillmentOrderCancelPayload)
- •mutation
Cancels a
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
orstatus. Fororders, cancellation happens immediately because the fulfillment service hasn't accepted the request.NoteOrders that have had cancellation requested but the cancellation has yet to be accepted by the fulfillment service might still have work completed despite cancellation.
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.
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.
- •ID!required
The ID of the fulfillment order to mark as canceled.
Arguments
- •ID!