--- title: OrderStagedChangeAddLineItemDiscount - GraphQL Admin description: The discount applied to an item that was added during the current order edit. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/orderstagedchangeaddlineitemdiscount md: https://shopify.dev/docs/api/admin-graphql/latest/objects/orderstagedchangeaddlineitemdiscount.md --- # Order​Staged​Change​Add​Line​Item​Discount object Requires `read_order_edits` access scope. The discount applied to an item that was added during the current order edit. ## Fields * description [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The description of the discount. * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) non-null A globally-unique ID. * value [Pricing​Value!](https://shopify.dev/docs/api/admin-graphql/latest/unions/PricingValue) non-null The pricing value of the discount. *** ## Map ### Possible type in * [Order​Staged​Change](https://shopify.dev/docs/api/admin-graphql/latest/unions/OrderStagedChange) *** ## Mutations * [order​Edit​Add​Line​Item​Discount](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderEditAddLineItemDiscount) mutation Adds a discount to a line item 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). *** ## <\~> OrderStagedChangeAddLineItemDiscount Mutations ### Mutated by * <\~>[order​Edit​Add​Line​Item​Discount](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderEditAddLineItemDiscount)