--- title: SearchResultItem - Storefront API description: | A search result that matches the search query. api_version: 2026-01 api_name: storefront type: union api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2026-01/unions/SearchResultItem' md: 'https://shopify.dev/docs/api/storefront/2026-01/unions/SearchResultItem.md' --- # Search​Result​Item union A search result that matches the search query. ## Fields with this union * [Search​Result​Item​Connection.nodes](https://shopify.dev/docs/api/storefront/2026-01/connections/SearchResultItemConnection#returns-nodes) CONNECTION An auto-generated type for paginating through multiple SearchResultItems. * [Search​Result​Item​Edge.node](https://shopify.dev/docs/api/storefront/2026-01/objects/SearchResultItemEdge#field-SearchResultItemEdge.fields.node) OBJECT An auto-generated type which holds one SearchResultItem and a cursor during pagination. *** ```graphql union SearchResultItem = Article | Page | Product ```