get https://{baseUrl}/V1/product/id//reviews
Retrieves a list of reviews submitted for a specific product, identified by its product ID. Each review may include information such as the rating, review text, author, and submission date. This API can be used to display customer feedback or calculate the overall product rating.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/product/test-configurable-product/reviews'
