v1
latestOpenAPI 3.0.02026-07-24283460.8 KBReviews and Questions
Create a new Product Review
post/product/review/new
Query parameters
storestring required
Your REVIEWS.io public store key
apikeystring
Your REVIEWS.io private api key. This will add additional private data to the API response such as reviewer email addresses.
Request body
Example request
{
"sku": "PR-123",
"name": "Mr Reviewer",
"email": "reviewer@domain.com",
"rating": "5",
"order_id": "#12345",
"review": "Lovely stuff",
"tags": "tag1,tag2,tag3",
"address": "Leicester",
"ip_address": "87.104.113.209",
"images": [
{
"url": "https://domain.com/media/image.png",
"status": "active"
}
],
"ratings": {
"Quality": 4,
"Value for Money": 5,
"Delivery": 5
},
"attribute": {
"Age Range": "25-34",
"Skin Type": "Oily",
"Fit": "Perfect"
}
}Response
OK
object required