Home > @infiniteobjects/shopify-data-manager > AdminTypes > 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.
Signature:
export type DiscountMinimumRequirement = DiscountMinimumQuantity | DiscountMinimumSubtotal;
References: DiscountMinimumQuantity, DiscountMinimumSubtotal