ProductsResponse
No description
type ProductsResponse {
items: [IBaseProduct!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
minPrice: Int!
maxPrice: Int!
availableAttributes: [AttributeFilter!] @deprecated
filters(
filter: FilterAvailableAttributeInput
): [AttributeFilter!]
}
Fields
ProductsResponse.items ● [IBaseProduct!]! non-null interface
List of items of type ProductResultUnion
ProductsResponse.itemsFound ● Int! non-null scalar
Total number of items found
ProductsResponse.offset ● Int! non-null scalar
The amount of items to show per page
ProductsResponse.page ● Int! non-null scalar
The current page
ProductsResponse.pages ● Int! non-null scalar
Total amount of pages
ProductsResponse.start ● Int! non-null scalar
Start position of the current page
ProductsResponse.end ● Int! non-null scalar
End position of the current page
ProductsResponse.minPrice ● Int! non-null scalar
The lowest price of a product in this productlist
ProductsResponse.maxPrice ● Int! non-null scalar
The highest price of a product in this productlist
ProductsResponse.availableAttributes ● [AttributeFilter!] deprecated list object
DEPRECATED
Deprecated in favor of filters
ProductsResponse.filters ● [AttributeFilter!] list object
ProductsResponse.filters.filter ● FilterAvailableAttributeInput input
Deprecated!
Returned By
products query
Member Of
Category object ● FavoriteList object ● Orderlist object