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