stack

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

AdminTypes.FulfillmentOrderAcceptCancellationRequestPayload interface

Return type for fulfillmentOrderAcceptCancellationRequest mutation.

Signature:

export interface FulfillmentOrderAcceptCancellationRequestPayload 

Properties

Property Modifiers Type Description
fulfillmentOrder?   Maybe<FulfillmentOrder> (Optional) The fulfillment order whose cancellation request was accepted.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.