v1
latestOpenAPI 3.1.12026-07-222968170.1 KBreviews
put/v2/reviews/{platform}/{merchant_id}
Path parameters
platformstring required
Example:custom
The review platform. Use your platform identifier if you are a review partner, or "custom" if you are a merchant integrating a custom reviews app
merchant_idstring required
The ID of the review in the review platform
Request body
Example request
{
"date": "2026-01-01T12:00:00Z"
}Response
200
Example response
{
"review": {
"platform": "custom",
"full_text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit",
"rating": 5,
"images_count": 3
}
}