Skip to main content

ProductSearchResponse

No description

type ProductSearchResponse {
items: [IBaseProductSearch!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
minPrice: Int
maxPrice: Int
filters: [ProductSearchAttributeFilter!]
}

Fields

ProductSearchResponse.items ● [IBaseProductSearch!]! non-null interface

List of items of type ProductResultUnion

ProductSearchResponse.itemsFound ● Int! non-null scalar

Total number of items found

ProductSearchResponse.offset ● Int! non-null scalar

The amount of items to show per page

ProductSearchResponse.page ● Int! non-null scalar

The current page

ProductSearchResponse.pages ● Int! non-null scalar

Total amount of pages

ProductSearchResponse.start ● Int! non-null scalar

Start position of the current page

ProductSearchResponse.end ● Int! non-null scalar

End position of the current page

ProductSearchResponse.minPrice ● Int scalar

The lowest price of a product in this productlist

ProductSearchResponse.maxPrice ● Int scalar

The highest price of a product in this productlist

ProductSearchResponse.filters ● [ProductSearchAttributeFilter!] list object

Returned By

productSearchSolr query