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