# DiscountOnQuantity - admin-graphql - OBJECT Version: 2024-10 ## Description The quantity of items discounted, the discount value, and how the discount will be applied. ### Access Scopes Apps must have `read_discounts` access scope. ## Fields * [effect](/docs/api/admin-graphql/2024-10/unions/DiscountEffect): DiscountEffect! - The discount's effect on qualifying items. * [quantity](/docs/api/admin-graphql/2024-10/objects/DiscountQuantity): DiscountQuantity! - The number of items being discounted. The customer must have at least this many items of specified products or product variants in their order to be eligible for the discount. ## Connections ## Related queries ## Related mutations ## Related Unions * [DiscountCustomerGetsValue](/docs/api/admin-graphql/2024-10/unions/DiscountCustomerGetsValue) The type of the discount value and how it will be applied. For example, it might be a percentage discount on a fixed number of items. Alternatively, it might be a fixed amount evenly distributed across all items or on each individual item. A third example is a percentage discount on all items. ## Examples