Skip to main content
object

A representation of a search query in the Shopify admin used on resource index views. Preserves complex queries with search terms and filters, enabling merchants to quickly access frequently used data views. For example, a saved search can be applied to the product index table to filter products. The query string combines free-text search terms with structured filters to narrow results based on resource attributes.

The search applies to a specific resource type such as Customer, Product, Order, or Collection objects.

•[SearchFilter!]!
non-null

The filters of a saved search.

•ID!
non-null

A globally-unique ID.

•UnsignedInt64!
non-null

The ID of the corresponding resource in the REST Admin API.

•String!
non-null

The name of a saved search.

•String!
non-null

The query string of a saved search. This includes search terms and filters.

•SearchResultType!
non-null

The type of resource this saved search is searching in.

•String!
non-null

The search terms of a saved search.


Was this section helpful?

•query

List of the shop's automatic discount saved searches.

•query

List of the shop's code discount saved searches.

•query

Returns a list of the shop's collection saved searches.

•query

List of the shop's customer saved searches.

•query

List of the shop's redeemed discount code saved searches.

•query

List of the shop's draft order saved searches.

•query

A list of the shop's file saved searches.

•query

Returns saved searches for orders in the shop. Saved searches store search queries with their filters and search terms.

•query

Returns a list of the shop's product saved searches.

•query

A list of the shop's URL redirect saved searches.


Was this section helpful?

•mutation

Creates a saved search.

•mutation

Updates a saved search.


Was this section helpful?


Was this section helpful?