Schema Documentation
CollectionStats
Description
Data about a collection of products
Fields
Field Name | Description |
---|---|
attributeCounts - [AttributeCount] | Returns number of products within attribute terms |
priceRange - PriceRange | Min and max prices found in collection of products, provided using the smallest unit of the currency |
ratingCounts - [RatingCount] | Returns number of products with each average rating |
stockStatusCounts - [StockStatusCount] | Returns number of products with each stock status |
Example
{"attributeCounts":[AttributeCount],"priceRange":PriceRange,"ratingCounts":[RatingCount],"stockStatusCounts":[StockStatusCount]}