Create a new review for a product or store.Authentication: HMAC signature OR OAuth2 Bearer Token Scope: write_reviews
Request
Authorization
API Key
Add parameter in header
Public-Token
Example:
Public-Token: ********************
or
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Header Params
Body Params application/jsonRequired
Example
{"product_id":"9200305176832","rating":5,"author":"Trustoo","author_country":"US","content":"This is a test review via OpenAPI","source":"ChatWILL","media":[{"url":"https://img.trustoo.io/test/79198486784/2026/5/14/57ca8d51-4d0a-4785-b0e0-24a1b3ac1624.jpeg?x-oss-process=style/trustoo_big","thumbnail_url":"https://img.trustoo.io/test/79198486784/2026/5/14/57ca8d51-4d0a-4785-b0e0-24a1b3ac1624.jpeg?x-oss-process=style/trustoo_small","type":1,"is_published":1}]}