stack

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

AdminTypes.FulfillmentOrderRejectCancellationRequestPayload interface

Return type for fulfillmentOrderRejectCancellationRequest mutation.

Signature:

export interface FulfillmentOrderRejectCancellationRequestPayload 

Properties

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