Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountCustomersInput
The input fields for which customers to add to or remove from the discount.
Signature:
export interface DiscountCustomersInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| add? | InputMaybe<Array<Scalars[‘ID’][‘input’]>> | (Optional) A list of customers to add to the current list of customers who can use the discount. | |
| remove? | InputMaybe<Array<Scalars[‘ID’][‘input’]>> | (Optional) A list of customers to remove from the current list of customers who can use the discount. |