Returns list of product's reviews.
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/reviews/products
- https://api.myshoptet.comhttps://api.myshoptet.com/api/reviews/products
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
'https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/reviews/products?dateFrom=2019-09-05T00%3A00%3A00%252B0000&dateTo=2019-09-05T00%3A00%3A00%252B0000&changeTimeFrom=2019-09-05T00%3A00%3A00%252B0000&productGuid=91670fd3-5b3d-11e7-819d-002590dc5efc&orderCode=2011000002&itemsPerPage=15&page=3' \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
- typeGuidUnlimited
- null
{ "data": { "reviews": [ … ], "paginator": { … } }, "errors": [ { … } ], "metadata": { "requestId": "019c8c34-64f3-7328-af43-bf1e34fa39d7" } }