stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderSubmitCancellationRequestPayload

AdminTypes.FulfillmentOrderSubmitCancellationRequestPayload interface

Return type for fulfillmentOrderSubmitCancellationRequest mutation.

Signature:

export interface FulfillmentOrderSubmitCancellationRequestPayload 

Properties

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.