Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderOpenPayload
Return type for fulfillmentOrderOpen
mutation.
Signature:
export interface FulfillmentOrderOpenPayload
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. |