--- title: OrderEditCommitPayload - GraphQL Admin description: Return type for `orderEditCommit` mutation. api_version: 2025-07 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-07/payloads/ordereditcommitpayload md: https://shopify.dev/docs/api/admin-graphql/2025-07/payloads/ordereditcommitpayload.md --- # Order​Edit​Commit​Payload payload Return type for `orderEditCommit` mutation. ## Fields * order [Order](https://shopify.dev/docs/api/admin-graphql/2025-07/objects/Order) The order with changes applied. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/2025-07/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/2025-07/mutations/orderEditCommit) mutation Applies staged changes from an order editing session to the original order. This finalizes all modifications made during the edit session, including changes to line items, quantities, discounts, and shipping lines. Order editing follows a three-step workflow: start with [`orderEditBegin`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderEditBegin) to create an editing session, apply changes using various orderEdit mutations, and then save the changes with the [`orderEditCommit`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderEditCommit) mutation. The mutation can optionally notify the customer of changes and add staff notes for internal tracking. You can only edit unfulfilled line items. If an edit changes the total order value, then the customer might need to pay a balance or receive a refund. Learn more about [editing existing orders](https://shopify.dev/docs/apps/build/orders-fulfillment/order-management-apps/edit-orders). * id [ID!](https://shopify.dev/docs/api/admin-graphql/2025-07/scalars/ID) required ### Arguments The ID of the [calculated order](https://shopify.dev/api/admin-graphql/latest/objects/calculatedorder) that will have its changes applied to the order. * notify​Customer [Boolean](https://shopify.dev/docs/api/admin-graphql/2025-07/scalars/Boolean) Whether to notify the customer or not. * staff​Note [String](https://shopify.dev/docs/api/admin-graphql/2025-07/scalars/String) Note for staff members. *** *** ## Map ### Mutations with this payload * [order​Edit​Commit](https://shopify.dev/docs/api/admin-graphql/2025-07/types/orderEditCommit)