kohls_product_reviews
Get customer reviews for a Kohl's product using its web ID. Returns a page of normalized reviews with ratings, text, reviewer details, and photos.
Instructions
Browse a Kohl's product's customer reviews. Returns one page of a Kohl's product's normalized customer reviews (title, text, rating, secondary ratings such as quality/durability/value/style, reviewer name and location, submission date, and photo URLs). web_id is the same identifier a GET /kohls/category response's products[].web_id field carries. A web_id with zero reviews returns a genuine zero-result response rather than an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 10 reviews per page (default 1) | |
| web_id | Yes | Kohl's product web id, e.g. from a GET /kohls/category response's products[].web_id |