# DiscountQuantity - admin-graphql - OBJECT Version: 2024-10 ## Description A quantity of items in the context of a discount. This object can be used to define the minimum quantity of items required to apply a discount. Alternatively, it can be used to define the quantity of items that can be discounted. ### Access Scopes Apps must have `read_discounts` access scope. ## Fields * [quantity](/docs/api/admin-graphql/2024-10/scalars/UnsignedInt64): UnsignedInt64! - The quantity of items. ## Connections ## Related queries ## Related mutations ## Related Unions * [DiscountCustomerBuysValue](/docs/api/admin-graphql/2024-10/unions/DiscountCustomerBuysValue) The prerequisite for the discount to be applicable. For example, the discount might require a customer to buy a minimum quantity of select items. Alternatively, the discount might require a customer to spend a minimum amount on select items. ## Examples