{
"product": {
"id": "<string>",
"rating": 123,
"reference": "seller",
"customer_note": "<string>",
"customer_id": "<string>",
"seller_note": "<string>"
}
}
Creates new review with rating and comment
{
"product": {
"id": "<string>",
"rating": 123,
"reference": "seller",
"customer_note": "<string>",
"customer_id": "<string>",
"seller_note": "<string>"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Comma-separated fields to include in the response.
A schema for creating a review.
OK
The response is of type object
.