Preview

PublishedProductSuggestResult is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

PublishedProductSuggestResult

Represent a suggest search result for typeahead

This page contains

    Fields

    success: Boolean

    Indicate if search request is successfull or not

    errors: [PublishedProductSearchError] PREVIEW

    List errors that occurred in case of not successfull search request

    hits: [PublishedProductSearchHit] PREVIEW

    List search hits in case of a successfull search request

    facets: PublishedProductSearchFacetsHits PREVIEW

    List search facets in case of a successfull search request

    pageInfo: PageInfo

    Indicate cursor information for search hits

    totalCount: Int

    Indicate total search hits

    Queries for PublishedProductSuggestResult

    publishedProductsSearchSuggest PREVIEW

    Returns product suggestions for typeahead search based on the queryString, locale and filters provided.