--- 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-01 api_name: admin type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2025-01/objects/SegmentValue' md: 'https://shopify.dev/docs/api/admin-graphql/2025-01/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/2025-01/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/2025-01/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/2025-01/connections/SegmentValueConnection#returns-nodes) * {}[SegmentValueEdge.node](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/SegmentValueEdge#field-SegmentValueEdge.fields.node) *** ## Queries * [segment​Value​Suggestions](https://shopify.dev/docs/api/admin-graphql/2025-01/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. * search [String!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) required ### Arguments Returns the elements of a list by keyword or term. * filter​Query​Name [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) Returns the elements of a list by filter handle. * function​Parameter​Query​Name [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) Returns the elements of a list by filter parameter name. * first [Int](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/Int) The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql). * after [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql). * last [Int](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/Int) The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql). * before [String](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/String) The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql). *** *** ## \SegmentValue Queries ### Queried by * \[segment​Value​Suggestions](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/segmentValueSuggestions)