--- title: orderEditUpdateDiscount - GraphQL Admin description: Updates a manual line level discount on the current order edit. For more information on how to use the GraphQL Admin API to edit an existing order, refer to [Edit existing orders](https://shopify.dev/apps/fulfillment/order-management-apps/order-editing). api_version: 2026-01 api_name: admin type: mutation api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/mutations/ordereditupdatediscount md: https://shopify.dev/docs/api/admin-graphql/latest/mutations/ordereditupdatediscount.md --- # order​Edit​Update​Discount mutation Requires `write_order_edits` access scope. Also: The user must have apply\_discounts\_to\_orders permission. Updates a manual line level discount on the current order edit. For more information on how to use the GraphQL Admin API to edit an existing order, refer to [Edit existing orders](https://shopify.dev/apps/fulfillment/order-management-apps/order-editing). ## Arguments * discount * discountApplicationId * id *** ## Order​Edit​Update​Discount​Payload returns * calculatedOrder * orderEditSession * userErrors *** ## Examples * ### orderEditUpdateDiscount reference