Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentCancelPayload
Return type for fulfillmentCancel mutation.
Signature:
export interface FulfillmentCancelPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| fulfillment? | Maybe<Fulfillment> | (Optional) The canceled fulfillment. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |