Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountCustomerBuysInput
The input fields for prerequisite items and quantity for the discount.
Signature:
export interface DiscountCustomerBuysInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| items? | InputMaybe<DiscountItemsInput> | (Optional) The IDs of items that the customer buys. The items can be either collections or products. | |
| value? | InputMaybe<DiscountCustomerBuysValueInput> | (Optional) The quantity of prerequisite items. |