--- title: DiscountAmount - GraphQL Admin description: >- The fixed amount value of a discount, and whether the amount is applied to each entitled item or spread evenly across the entitled items. api_version: 2025-01 api_name: admin type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2025-01/objects/DiscountAmount' md: 'https://shopify.dev/docs/api/admin-graphql/2025-01/objects/DiscountAmount.md' --- # Discount​Amount object Requires Apps must have `read_discounts` access scope. The fixed amount value of a discount, and whether the amount is applied to each entitled item or spread evenly across the entitled items. ## Fields * amount [Money​V2!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/MoneyV2) non-null The value of the discount. * applies​On​Each​Item [Boolean!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/Boolean) non-null If true, then the discount is applied to each of the entitled items. If false, then the amount is split across all of the entitled items. *** ## Map ### Possible type in * [Discount​Customer​Gets​Value](https://shopify.dev/docs/api/admin-graphql/2025-01/unions/DiscountCustomerGetsValue) * [Discount​Effect](https://shopify.dev/docs/api/admin-graphql/2025-01/unions/DiscountEffect)