Product reviews
Retrieve normalized Meesho ratings and reviews without reviewer identity fields.
meesho.product.reviews
/execute
Shared execution endpoint
Input parameters
cursor
string
optional
Continuation cursor returned by a previous request.
limit
integer
optional
Maximum number of results to return. From 1 to 100.
5
product_id
string
required
Product identifier.
6dy8dt
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
next_cursor |
string |
[redacted:token]== |
product_id |
string |
6dy8dt |
ratings |
object |
5 fields |
ratings.average_rating |
integer |
4 |
ratings.counts |
object |
5 fields |
ratings.rating_count |
integer |
23813 |
ratings.rating_scale |
integer |
5 |
ratings.review_count |
integer |
6332 |
reviews |
array |
3 items |
reviews |
array |
3 items |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.