{
"product": {
"id": "<string>",
"rating": 123,
"reference": "seller",
"customer_note": "<string>",
"customer_id": "<string>",
"seller_note": "<string>"
}
}
Retrieves a review of specified id
{
"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.
The ID of the Review.
Comma-separated fields to include in the response.
OK
The response is of type object
.