Home > @infiniteobjects/shopify-data-manager > AdminTypes > PriceRuleCustomerSelection
A selection of customers for whom the price rule applies.
Signature:
export interface PriceRuleCustomerSelection
| Property | Modifiers | Type | Description |
|---|---|---|---|
| customers | CustomerConnection | List of customers to whom the price rule applies. | |
| forAllCustomers | Scalars[‘Boolean’][‘output’] | Whether the price rule applies to all customers. | |
| segments | Array<Segment> | A list of customer segments that contain the customers who can use the price rule. |