wish_product_reviews
Retrieve customer reviews for a Wish product using its 24-character product ID. Returns normalized reviews, up to 200 per request; zero-review products yield a clean empty result.
Instructions
Get a Wish product's customer reviews. Returns a Wish product's normalized customer reviews. id is taken from a search result's product_id field or a product page's URL. A product with zero reviews returns a normal, empty result rather than an error. A caller wanting more reviews should re-request with a larger count -- this endpoint does not support an offset/cursor parameter, since the upstream source does not support one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Wish product id, a 24-character hex id from a search result's product_id field | |
| count | No | Number of reviews to return, 1 to 200, defaults to 10 |