Skip to main content

CategorySearchResponse

No description

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

Fields

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

List of items matching the search

CategorySearchResponse.itemsFound ● Int! non-null scalar

Total number of items found in this category

CategorySearchResponse.offset ● Int! non-null scalar

The amount of items to show per page

CategorySearchResponse.page ● Int! non-null scalar

The current page

CategorySearchResponse.pages ● Int! non-null scalar

Total amount of pages

CategorySearchResponse.minPrice ● Int scalar

The lowest price of a product in this category

CategorySearchResponse.maxPrice ● Int scalar

The highest price of a product in this category

CategorySearchResponse.filters ● [ProductSearchAttributeFilter!] list object

Faceted filters for this category

Member Of

CategoryProductSearchResult object