Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountCustomerSelectionInput
The input fields for the customers who can use this discount.
Signature:
export interface DiscountCustomerSelectionInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| all? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Whether all customers can use this discount. | |
| customers? | InputMaybe<DiscountCustomersInput> | (Optional) The list of customer IDs to add or remove from the list of customers. | |
| customerSegments? | InputMaybe<DiscountCustomerSegmentsInput> | (Optional) The list of customer segment IDs to add or remove from the list of customer segments. |