Schema Documentation

CollectionStats

Description

Data about a collection of products

Fields
Field NameDescription
attributeCounts - [AttributeCount] Returns number of products within attribute terms
Arguments
page - Int

Page of results to return

perPage - Int

Number of results to return per page

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
Arguments
page - Int

Page of results to return

perPage - Int

Number of results to return per page

stockStatusCounts - [StockStatusCount] Returns number of products with each stock status
Arguments
page - Int

Page of results to return

perPage - Int

Number of results to return per page

Example
{"attributeCounts":[AttributeCount],"priceRange":PriceRange,"ratingCounts":[RatingCount],"stockStatusCounts":[StockStatusCount]}