PublishedProductSearchResultInternal
Represent a search result
This page contains
Fields
success: Boolean | Indicate if search request is successfull or not |
esQuery: JSON | Elastic Search query that have been executed. |
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 PublishedProductSearchResultInternal
publishedProductsSearchInternal PREVIEW | Returns a paginated list of published products that match the queryString, partner, locale and filters provided. |