--- title: OrderEditBeginPayload - GraphQL Admin description: Return type for `orderEditBegin` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/ordereditbeginpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/ordereditbeginpayload.md --- # Order​Edit​Begin​Payload payload Return type for `orderEditBegin` mutation. ## Fields * calculated​Order [Calculated​Order](https://shopify.dev/docs/api/admin-graphql/latest/objects/CalculatedOrder) The order that will be edited. * order​Edit​Session [Order​Edit​Session](https://shopify.dev/docs/api/admin-graphql/latest/objects/OrderEditSession) The order edit session that was created. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/UserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [order​Edit​Begin](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderEditBegin) mutation 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`. *** ## Map ### Mutations with this payload * [order​Edit​Begin](https://shopify.dev/docs/api/admin-graphql/latest/types/orderEditBegin)