Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderSubmitCancellationRequestPayload
Return type for fulfillmentOrderSubmitCancellationRequest
mutation.
Signature:
export interface FulfillmentOrderSubmitCancellationRequestPayload
Property | Modifiers | Type | Description |
---|---|---|---|
fulfillmentOrder? | Maybe<FulfillmentOrder> | (Optional) The fulfillment order specified in the cancelation request. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |