# DiscountPurchaseAmount - admin-graphql - OBJECT Version: 2024-10 ## 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-graphql/2024-10/scalars/Decimal): Decimal! - The purchase amount in decimal format. ## 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