stack

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

AdminTypes.FulfillmentOrderCancelPayload interface

Return type for fulfillmentOrderCancel mutation.

Signature:

export interface FulfillmentOrderCancelPayload 

Properties

Property Modifiers Type Description
fulfillmentOrder?   Maybe<FulfillmentOrder> (Optional) The fulfillment order that was marked as canceled.
replacementFulfillmentOrder?   Maybe<FulfillmentOrder> (Optional) The fulfillment order that was created to replace the canceled fulfillment order.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.