stack

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

AdminTypes.FulfillmentCancelPayload interface

Return type for fulfillmentCancel mutation.

Signature:

export interface FulfillmentCancelPayload 

Properties

Property Modifiers Type Description
fulfillment?   Maybe<Fulfillment> (Optional) The canceled fulfillment.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.