stack

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

AdminTypes.FulfillmentOrderClosePayload interface

Return type for fulfillmentOrderClose mutation.

Signature:

export interface FulfillmentOrderClosePayload 

Properties

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