# CalculatedDiscountApplication - admin-graphql - INTERFACE Version: 2024-10 ## Description A [discount application](https://shopify.dev/api/admin-graphql/latest/interfaces/discountapplication) involved in order editing that might be newly added or have new changes applied. ### Access Scopes `read_order_edits` access scope. ## Fields * [allocationMethod](/docs/api/admin-graphql/2024-10/enums/DiscountApplicationAllocationMethod): DiscountApplicationAllocationMethod! - The method by which the discount's value is allocated to its entitled items. * [appliedTo](/docs/api/admin-graphql/2024-10/enums/DiscountApplicationLevel): DiscountApplicationLevel! - The level at which the discount was applied. * [description](/docs/api/admin-graphql/2024-10/scalars/String): String - The description of discount application. Indicates the reason why the discount was applied. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [targetSelection](/docs/api/admin-graphql/2024-10/enums/DiscountApplicationTargetSelection): DiscountApplicationTargetSelection! - How the discount amount is distributed on the discounted lines. * [targetType](/docs/api/admin-graphql/2024-10/enums/DiscountApplicationTargetType): DiscountApplicationTargetType! - Whether the discount is applied on line items or shipping lines. * [value](/docs/api/admin-graphql/2024-10/unions/PricingValue): PricingValue! - The value of the discount application. ## Connections ## Types implemented in * [CalculatedAutomaticDiscountApplication](/docs/api/admin-graphql/2024-10/objects/CalculatedAutomaticDiscountApplication) * [CalculatedDiscountCodeApplication](/docs/api/admin-graphql/2024-10/objects/CalculatedDiscountCodeApplication) * [CalculatedManualDiscountApplication](/docs/api/admin-graphql/2024-10/objects/CalculatedManualDiscountApplication) * [CalculatedScriptDiscountApplication](/docs/api/admin-graphql/2024-10/objects/CalculatedScriptDiscountApplication) ## Examples