CancelFulfillmentInput
Autogenerated input type of CancelFulfillment
input CancelFulfillmentInput {
clientMutationId: String
fulfillmentId: ID!
metadata: JSON
orderId: ID!
}
Fields
CancelFulfillmentInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
CancelFulfillmentInput.fulfillmentId ● ID! non-null scalar common
The ID of the fulfillment to cancel. Must be in 'allocated', 'ready', 'in_progress', or 'failed_to_fulfill' state.
CancelFulfillmentInput.metadata ● JSON scalar common
The metadata for the cancellation. This can be used to store additional information such as the reason for cancellation.
CancelFulfillmentInput.orderId ● ID! non-null scalar common
The ID of the order the fulfillment belongs to.
Member Of
cancelFulfillment mutation