# orderEditBegin - admin-graphql - MUTATION Version: 2025-01 ## 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-graphql/2025-01/scalars/ID): ID! - The ID of the order to begin editing. ## Returns * [calculatedOrder](/docs/api/admin-graphql/2025-01/objects/CalculatedOrder): CalculatedOrder The order that will be edited. * [userErrors](/docs/api/admin-graphql/2025-01/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples