# OrderStagedChangeAddLineItemDiscount - admin-graphql - OBJECT Version: 2024-10 ## Description The discount applied to an item that was added during the current order edit. ### Access Scopes `read_order_edits` access scope. ## Fields * [description](/docs/api/admin-graphql/2024-10/scalars/String): String! - The description of the discount. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [value](/docs/api/admin-graphql/2024-10/unions/PricingValue): PricingValue! - The pricing value of the discount. ## Connections ## Related queries ## Related mutations * [orderEditAddLineItemDiscount](/docs/api/admin-graphql/2024-10/mutations/orderEditAddLineItemDiscount) 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). ## Related Unions * [OrderStagedChange](/docs/api/admin-graphql/2024-10/unions/OrderStagedChange) A change that has been applied to an order. ## Examples