Get product reviews
get_product_reviewsRetrieve aggregate rating, review count, and up to 50 individual reviews for a product by Alza code, giving users real-world feedback to inform purchase decisions.
Instructions
Fetch reviews for a single product by its Alza code: the aggregate rating and review count plus up to limit individual reviews (author, date, rating, body) scraped from the product's reviews section. Use after get_product when the user wants real-world feedback before deciding. If the reviews section is not rendered on the page you receive the aggregate only (empty reviews array) — in that case rely on the rating/count. Do not use for the aggregate rating alone when you already have it from search_products/get_product. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Alza product code, e.g. 'WEXOA002B0'. Same as the `code` from `search_products`. | |
| limit | No | Maximum number of individual reviews to include. Default 10, max 50. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | ||
| reviews | Yes | ||
| reviewCount | No | ||
| ratingAverage | No |