Skip to documentation
Browse documentation

Product reviews

Retrieve normalized Meesho ratings and reviews without reviewer identity fields.

Capability ID meesho.product.reviews
Maximum runtime 45 seconds
View raw

POST /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.

Example 5
product_id string required

Product identifier.

Example 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 sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
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.