PublishedProductSuggestResult
Represent a suggest search result for typeahead
This page contains
Fields
| success: Boolean | Indicate if search request is successfull or not |
| errors: [PublishedProductSearchError] | List errors that occurred in case of not successfull search request |
| hits: [PublishedProductSearchHit] | List search hits in case of a successfull search request |
| facets: PublishedProductSearchFacetsHits | 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 | Returns product suggestions for typeahead search based on the queryString, locale and filters provided. |
| resellerPublishedProductsSearchSuggest PREVIEW | Returns product suggestions for typeahead search for a given Reseller based on the queryString, locale and filters provided. |