--- title: SearchType - Storefront API description: The types of search items to perform search within. api_version: 2024-10 api_name: storefront type: enum api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2024-10/enums/SearchType' md: 'https://shopify.dev/docs/api/storefront/2024-10/enums/SearchType.txt' --- # Search​Type enum The types of search items to perform search within. ## Valid values * ARTICLE Returns matching articles. * PAGE Returns matching pages. * PRODUCT Returns matching products. *** ## Fields * [Query​Root.​search](https://shopify.dev/docs/api/storefront/2024-10/objects/QueryRoot#field-search) ARGUMENT The schema’s entry-point for queries. This acts as the public, top-level API from which all queries must start. * [search.​types](https://shopify.dev/docs/api/storefront/2024-10/queries/search#field-types) QUERY *** ## Map ### Queries with this enum * \[search.types](https://shopify.dev/docs/api/storefront/2024-10/queries/search#field-types) ### Arguments with this enum * <-|[Query​Root.search(types)](https://shopify.dev/docs/api/storefront/2024-10/objects/QueryRoot#field-search)