ProductsResponse
No description
type ProductsResponse {
items: [IBaseProduct!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
minPrice: Int!
maxPrice: Int!
filters(
input: 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.filters
● [AttributeFilter!]
list object
ProductsResponse.filters.input
●FilterAvailableAttributeInput
input
Returned By
products
query
Member Of
Category
object ● FavoriteList
object ● Orderlist
object