Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderOpenPayload
Return type for orderOpen mutation.
Signature:
export interface OrderOpenPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| order? | Maybe<Order> | (Optional) The opened order. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |