--- title: OrderEditCommitPayload - GraphQL Admin description: Return type for `orderEditCommit` 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/ordereditcommitpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/ordereditcommitpayload.md --- # Order​Edit​Commit​Payload payload Return type for `orderEditCommit` mutation. ## Fields * order [Order](https://shopify.dev/docs/api/admin-graphql/latest/objects/Order) The order with changes applied. * success​Messages [\[String!\]](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) Messages to display to the user after the staged changes are commmitted. * 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​Commit](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderEditCommit) mutation Applies and saves staged changes to 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​Commit](https://shopify.dev/docs/api/admin-graphql/latest/types/orderEditCommit)