Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderCancelPayload
Return type for fulfillmentOrderCancel mutation.
Signature:
export interface FulfillmentOrderCancelPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| fulfillmentOrder? | Maybe<FulfillmentOrder> | (Optional) The fulfillment order that was marked as canceled. | |
| replacementFulfillmentOrder? | Maybe<FulfillmentOrder> | (Optional) The fulfillment order that was created to replace the canceled fulfillment order. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |