--- title: PriceRuleCustomerSelection - GraphQL Admin description: A selection of customers for whom the price rule applies. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/pricerulecustomerselection md: https://shopify.dev/docs/api/admin-graphql/latest/objects/pricerulecustomerselection.md --- # Price​Rule​Customer​Selection object Requires `read_price_rules` access scope. A selection of customers for whom the price rule applies. ## Fields * customers [Customer​Connection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/CustomerConnection) non-null List of customers to whom the price rule applies. * for​All​Customers [Boolean!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Boolean) non-null Whether the price rule applies to all customers. * segments [\[Segment!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/Segment) non-null A list of customer segments that contain the customers who can use the price rule. *** ## Map ### Fields with this object * {}[PriceRule.customerSelection](https://shopify.dev/docs/api/admin-graphql/latest/objects/PriceRule#field-PriceRule.fields.customerSelection)