Preview

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

PublishedProductSearchResult

Represent a search result

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 PublishedProductSearchResult

    publishedProductsSearch PREVIEW
    publishedProductsSearchInternal PREVIEW

    Returns a paginated list of published products that match the queryString, partner, locale and filters provided.