# orderEditBegin - admin - MUTATION
Version: 2024-04

## Description
Starts editing an order. Mutations are operating on `OrderEdit`.
All order edits start with `orderEditBegin`, have any number of `orderEdit`* mutations made, and end with `orderEditCommit`.

### Access Scopes
`write_order_edits` access scope.


## Arguments
* [id](/docs/api/admin/2024-04/scalars/ID): ID! - The ID of the order to begin editing.


## Returns
* [calculatedOrder](/docs/api/admin/2024-04/objects/CalculatedOrder): CalculatedOrder The order that will be edited.
* [userErrors](/docs/api/admin/2024-04/objects/UserError): UserError! The list of errors that occurred from executing the mutation.


## Examples