---
title: SearchResultItem - Storefront API
description: A search result that matches the search query.
api_version: 2026-04
source_url:
  html: 'https://shopify.dev/docs/api/storefront/latest/unions/SearchResultItem'
  md: 'https://shopify.dev/docs/api/storefront/latest/unions/SearchResultItem.md'
api_name: storefront
api_type: graphql
type: union
---

# 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/latest/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/latest/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
```
