# DiscountPurchaseAmount - admin - OBJECT
Version: 2025-01

## Description
A purchase amount in the context of a discount. This object can be used to define the minimum purchase amount required for a discount to be applicable.

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


## Fields
* [amount](/docs/api/admin/2025-01/scalars/Decimal): Decimal! - The purchase amount in decimal format.

## Connections



## Related queries

## Related mutations

## Related Unions
* [DiscountCustomerBuysValue](/docs/api/admin/2025-01/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