--- title: SegmentValue - GraphQL Admin description: |- A list of suggested values associated with an individual segment. A segment is a group of members, such as customers, that meet specific criteria. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/segmentvalue md: https://shopify.dev/docs/api/admin-graphql/latest/objects/segmentvalue.md --- # Segment​Value object Requires `read_customers` access scope. A list of suggested values associated with an individual segment. A segment is a group of members, such as customers, that meet specific criteria. ## Fields * localized​Value [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The localized version of the value's name. This name is displayed to the merchant. * query​Name [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String) non-null The name of the query associated with the suggestion. *** ## Map ### Fields and connections with this object * <->[SegmentValueConnection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/SegmentValueConnection#returns-nodes) * {}[SegmentValueEdge.node](https://shopify.dev/docs/api/admin-graphql/latest/objects/SegmentValueEdge#field-SegmentValueEdge.fields.node) *** ## Queries * [segment​Value​Suggestions](https://shopify.dev/docs/api/admin-graphql/latest/queries/segmentValueSuggestions) query The list of suggested values corresponding to a particular filter for a segment. A segment is a group of members, such as customers, that meet specific criteria. *** ## \SegmentValue Queries ### Queried by * \[segment​Value​Suggestions](https://shopify.dev/docs/api/admin-graphql/latest/queries/segmentValueSuggestions)