Product all Comments
To fetch all comments of products
GET
https://emart.castleindia.in /api/comments/{productid}/{type}?secret=xxxx
Path Parameters
Name
Type
Description
productid*
Integer
ID of product
type*
String
if variant product then type is v if simple product then type is s
Headers
Name
Type
Description
Accept*
String
application/json
Last updated