Product Review Comments
Update Product Review Comment
To update a product review comment by id.<br>以id更新某一商品評價。
put/product_review_comments/{id}
Path parameters
idstring required
product review comment ID
Request body
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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.