--- title: CartAutomaticDiscountAllocation - Storefront API description: > A discount allocation [that applies automatically](https://help.shopify.com/manual/discounts/discount-methods/automatic-discounts) to a cart line when configured conditions are met. Unlike [`CartCodeDiscountAllocation`](/docs/api/storefront/2026-01/objects/CartCodeDiscountAllocation), automatic discounts don't require customers to enter a code. api_version: 2026-01 api_name: storefront type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/latest/objects/CartAutomaticDiscountAllocation md: >- https://shopify.dev/docs/api/storefront/latest/objects/CartAutomaticDiscountAllocation.md --- # Cart​Automatic​Discount​Allocation object A discount allocation [that applies automatically](https://help.shopify.com/manual/discounts/discount-methods/automatic-discounts) to a cart line when configured conditions are met. Unlike [`CartCodeDiscountAllocation`](https://shopify.dev/docs/api/storefront/2026-01/objects/CartCodeDiscountAllocation), automatic discounts don't require customers to enter a code. ## Fields * discount​Application [Cart​Discount​Application!](https://shopify.dev/docs/api/storefront/latest/objects/CartDiscountApplication) non-null The discount that have been applied on the cart line. * discounted​Amount [Money​V2!](https://shopify.dev/docs/api/storefront/latest/objects/MoneyV2) non-null The discounted amount that has been applied to the cart line. * target​Type [Discount​Application​Target​Type!](https://shopify.dev/docs/api/storefront/latest/enums/DiscountApplicationTargetType) non-null The type of line that the discount is applicable towards. * title [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null The title of the allocated discount. *** ## Map No referencing types *** ## Interfaces * [Cart​Discount​Allocation](https://shopify.dev/docs/api/storefront/latest/interfaces/CartDiscountAllocation) interface *** ## CartAutomaticDiscountAllocation Implements ### Implements * [Cart​Discount​Allocation](https://shopify.dev/docs/api/storefront/latest/interfaces/CartDiscountAllocation)