Number of APIs: 2
GET {{baseUrl}}/products/:id
Service urls:
http://yourdomain.com/api/rest/products/{product_id}
OR
http://yourdomain.com/index.php?route=feed/rest_api/products&id={product_id}
POST {{baseUrl}}/products/:id/review
Service urls:
http://yourdomain.com/api/rest/products/{product_id}/review
OR
http://yourdomain.com/index.php?route=feed/rest_api/reviews&id={product_id}
ENDPOINTS