--- title: CartDiscountApplication - Storefront API description: |- The discount application capture the intentions of a discount source at the time of application. api_version: 2025-01 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/2025-01/objects/cartdiscountapplication md: https://shopify.dev/docs/api/storefront/2025-01/objects/cartdiscountapplication.md --- # Cart​Discount​Application object The discount application capture the intentions of a discount source at the time of application. ## Fields * allocation​Method [Discount​Application​Allocation​Method!](https://shopify.dev/docs/api/storefront/2025-01/enums/DiscountApplicationAllocationMethod) non-null The method by which the discount's value is allocated to its entitled items. * target​Selection [Discount​Application​Target​Selection!](https://shopify.dev/docs/api/storefront/2025-01/enums/DiscountApplicationTargetSelection) non-null Which lines of targetType that the discount is allocated over. * target​Type [Discount​Application​Target​Type!](https://shopify.dev/docs/api/storefront/2025-01/enums/DiscountApplicationTargetType) non-null The type of line that the discount is applicable towards. * value [Pricing​Value!](https://shopify.dev/docs/api/storefront/2025-01/unions/PricingValue) non-null The value of the discount application. *** ## Map ### Fields with this object * {}[CartAutomaticDiscountAllocation.discountApplication](https://shopify.dev/docs/api/storefront/2025-01/objects/CartAutomaticDiscountAllocation#field-CartAutomaticDiscountAllocation.fields.discountApplication) * {}[CartCodeDiscountAllocation.discountApplication](https://shopify.dev/docs/api/storefront/2025-01/objects/CartCodeDiscountAllocation#field-CartCodeDiscountAllocation.fields.discountApplication) * {}[CartCustomDiscountAllocation.discountApplication](https://shopify.dev/docs/api/storefront/2025-01/objects/CartCustomDiscountAllocation#field-CartCustomDiscountAllocation.fields.discountApplication) * ||-[CartDiscountAllocation.discountApplication](https://shopify.dev/docs/api/storefront/2025-01/interfaces/CartDiscountAllocation#fields-discountApplication)