SavedSearch object

A saved search is a representation of a search query saved in the admin.


On this page


Fields

  • filters ([[SearchFilter!]!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/searchfilter))
    The filters of a saved search.
  • id ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    Globally unique identifier.
  • legacyResourceId ([UnsignedInt64!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#unsignedint64-2021-01))
    The ID of the corresponding resource in the REST Admin API.
  • name ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The name of a saved search.
  • query ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The query string of a saved search. This includes search terms and filters.
  • resourceType ([SearchResultType!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/searchresulttype))
    The type of resource this saved search is searching in.
  • searchTerms ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The search terms of a saved search.


Types that return SavedSearch

  • [DiscountCustomerSavedSearches.savedSearches](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/discountcustomersavedsearches#savedsearches-2021-01)
  • [PriceRuleCustomerSelection.savedSearches](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/pricerulecustomerselection#savedsearches-2021-01)
  • [QueryRoot.codeDiscountSavedSearches](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#codediscountsavedsearches-2021-01)
  • [QueryRoot.collectionSavedSearches](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#collectionsavedsearches-2021-01)
  • [QueryRoot.customerSavedSearches](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#customersavedsearches-2021-01)
  • [QueryRoot.discountRedeemCodeSavedSearches](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#discountredeemcodesavedsearches-2021-01)
  • [QueryRoot.draftOrderSavedSearches](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#draftordersavedsearches-2021-01)
  • [QueryRoot.orderSavedSearches](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#ordersavedsearches-2021-01)
  • [QueryRoot.priceRuleSavedSearches](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#pricerulesavedsearches-2021-01)
  • [QueryRoot.productSavedSearches](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#productsavedsearches-2021-01)
  • [QueryRoot.automaticDiscountSavedSearches](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/queryroot#automaticdiscountsavedsearches-2021-01)


Mutations for SavedSearch


Implements

  • [LegacyInteroperability](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/legacyinteroperability)
  • [Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)