v1
latestOpenAPI 3.0.02026-07-26318168886.7 KBProduct Review Comments
Get Product Review Comment
To retrieve one of the product review comments by id.<br>以id抓取某一商品評價。
get/product_review_comments/{id}
Path parameters
idstring required
Product review comment id<br>商品評價id
Response
OK
Example response
{
"id": "5f8e5dc08a8bb70a5c9cd93c",
"product_id": "5f8e5dc08a8bb70a5c9cd93d",
"order_id": "5f8e5dc08a8bb70a5c9cd93a",
"user_id": "5f8e5dc08a8bb70a5c9cd93b",
"status": "active",
"score": 5,
"comment": "I like this product",
"media": {
"images": {
"original": {
"width": 800,
"height": 800,
"url": "https://img.example.com/media/1234/thumb.jpg"
}
}
},
"created_by": "openapi",
"commented_at": "2020-10-20T03:50:00.323Z",
"updated_at": "2020-10-20T03:50:00.323Z",
"created_at": "2020-10-20T03:50:00.323Z"
}