stack

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

AdminTypes.FulfillmentOrderOpenPayload interface

Return type for fulfillmentOrderOpen mutation.

Signature:

export interface FulfillmentOrderOpenPayload 

Properties

Property Modifiers Type Description
fulfillmentOrder?   Maybe<FulfillmentOrder> (Optional) The fulfillment order that was transitioned to open and is fulfillable.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.