# CartDiscountAllocation - storefront - INTERFACE Version: 2025-04 ## Description The discounts that have been applied to the cart line. ### Access Scopes ## Fields * [discountApplication](/docs/api/storefront/2025-04/objects/CartDiscountApplication): CartDiscountApplication! - The discount that have been applied on the cart line. * [discountedAmount](/docs/api/storefront/2025-04/objects/MoneyV2): MoneyV2! - The discounted amount that has been applied to the cart line. * [targetType](/docs/api/storefront/2025-04/enums/DiscountApplicationTargetType): DiscountApplicationTargetType! - The type of line that the discount is applicable towards. ## Connections ## Types implemented in * [CartAutomaticDiscountAllocation](/docs/api/storefront/2025-04/objects/CartAutomaticDiscountAllocation) * [CartCodeDiscountAllocation](/docs/api/storefront/2025-04/objects/CartCodeDiscountAllocation) * [CartCustomDiscountAllocation](/docs/api/storefront/2025-04/objects/CartCustomDiscountAllocation) ## Examples