# DiscountCustomerSegments - admin-graphql - OBJECT Version: 2024-07 ## Description A list of customer segments that contain the customers that the discount applies to. ### Access Scopes Apps must have `read_discounts` access scope. ## Fields * [segments](/docs/api/admin-graphql/2024-07/objects/Segment): Segment! - A list of customer segments that contain the customers who can use the discount. ## Connections ## Related queries ## Related mutations ## Related Unions * [DiscountCustomerSelection](/docs/api/admin-graphql/2024-07/unions/DiscountCustomerSelection) The type used for targeting a set of customers who are eligible for the discount. For example, the discount might be available to all customers or it might only be available to a specific set of customers. You can define the set of customers by targeting a list of customer segments, or by targeting a list of specific customers. ## Examples