nike_product_reviews
Retrieve Nike product reviews by slug and style color, returning normalized customer reviews plus an aggregate rating summary with average and per-star breakdown. Products without reviews return an empty result.
Instructions
Get Nike product reviews. Returns one page of a Nike product's normalized customer reviews, plus an aggregate rating summary (average rating and a per-star rating breakdown) that Nike's own product-detail endpoint does not otherwise expose. slug and style_color are the same values nike-product accepts (from a search result's colors[].slug/colors[].style_color fields). A product with no reviews yet returns a well-formed empty result rather than an error. Requesting a page beyond the available result pages returns a not-found error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | One-based page number, defaults to 1 | |
| slug | Yes | Product-detail URL slug, from a search result's colors[].slug field | |
| style_color | Yes | Style-color id, from a search result's colors[].style_color field |