--- title: SearchQuerySuggestion - Storefront API description: A search query suggestion. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/latest/objects/SearchQuerySuggestion' md: >- https://shopify.dev/docs/api/storefront/latest/objects/SearchQuerySuggestion.md --- # Search​Query​Suggestion object A search query suggestion. ## Fields * styled​Text [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null The text of the search query suggestion with highlighted HTML tags. * text [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null The text of the search query suggestion. * tracking​Parameters [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) URL parameters to be added to a page URL to track the origin of on-site search traffic for [analytics reporting](https://help.shopify.com/manual/reports-and-analytics/shopify-reports/report-types/default-reports/behaviour-reports). Returns a result when accessed through the [search](https://shopify.dev/docs/api/storefront/current/queries/search) or [predictiveSearch](https://shopify.dev/docs/api/storefront/current/queries/predictiveSearch) queries, otherwise returns null. *** ## Map ### Fields with this object * {}[PredictiveSearchResult.queries](https://shopify.dev/docs/api/storefront/latest/objects/PredictiveSearchResult#field-PredictiveSearchResult.fields.queries) *** ## Interfaces * [Trackable](https://shopify.dev/docs/api/storefront/latest/interfaces/Trackable) interface *** ## ||-SearchQuerySuggestion Implements ### Implements * ||-[Trackable](https://shopify.dev/docs/api/storefront/latest/interfaces/Trackable)