# DiscountMinimumQuantity - admin - OBJECT
Version: 2025-01

## Description
The minimum quantity of items required for the discount to apply.

### Access Scopes
Apps must have `read_discounts` access scope.


## Fields
* [greaterThanOrEqualToQuantity](/docs/api/admin/2025-01/scalars/UnsignedInt64): UnsignedInt64! - The minimum quantity of items that's required for the discount to be applied.

## Connections



## Related queries

## Related mutations

## Related Unions
* [DiscountMinimumRequirement](/docs/api/admin/2025-01/unions/DiscountMinimumRequirement) The type of minimum requirement that must be met for the discount to be applied. For example, a customer must spend a minimum subtotal to be eligible for the discount. Alternatively, a customer must purchase a minimum quantity of items to be eligible for the discount.

## Examples