OBJECT
Products
The Products object is the top-level object returned in a product search
link GraphQL Schema definition
- type Products implements ESResponseInterface {
- # An array of products that match the specified search criteria
- Product] : [
- # An object that includes the page_info and currentPage values specified in the
- # query
- SearchResultPageInfo :
- # The number of products returned
- TotalCountInfo :
- # Layered navigation filters array as aggregations
- JSON :
- # An object that includes the default sort field and all available sort fields
- SortFields :
- # Document returned by this search query hits
- JSON :
- # Search suggest feature
- JSON :
- }