# CalculatedManualDiscountApplication - admin-graphql - OBJECT Version: 2024-10 ## Description Represents a discount that was manually created for an order that is being edited. ### 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 ## Related queries ## Related mutations ## Related Unions ## Examples