# PriceRuleCustomerSelectionInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input fields to update a price rule customer selection. ### Access Scopes ## Fields * [customerIdsToAdd](/docs/api/admin-graphql/2024-07/scalars/ID): ID - List of customers to add to the current list of customers to whom the price rule applies. `savedSearchIds` must be empty. * [customerIdsToRemove](/docs/api/admin-graphql/2024-07/scalars/ID): ID - A list of customers to remove from the current list of customers to whom the price rule applies. * [forAllCustomers](/docs/api/admin-graphql/2024-07/scalars/Boolean): Boolean - Whether the price rule applies to all customers. * [segmentIds](/docs/api/admin-graphql/2024-07/scalars/ID): ID - List of customer segments that contain the customers to whom the price rule applies. No single customer IDs may be present. ## Input objects with this input object * [PriceRuleInput](/docs/api/admin-graphql/2024-07/input-objects/PriceRuleInput) ## Examples