Reviews
Authorizations
Header parameters
Content-TypestringOptionalExample:
application/json
Body
objectOptionalExample:
{"review":{"title":"Review Title","detail":"Review Details","nickname":"John Wick","review_type":1,"entity_pk_value":1,"review_entity":"product","ratings":[{"rating_name":"Rating","value":4}]}}
Responses
200
Successful response
application/json
post
POST /V2/reviews HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 193
{
"review": {
"title": "Review Title",
"detail": "Review Details",
"nickname": "John Wick",
"review_type": 1,
"entity_pk_value": 1,
"review_entity": "product",
"ratings": [
{
"rating_name": "Rating",
"value": 4
}
]
}
}
200
Successful response
No content