latestOpenAPI 3.0.02026-07-26318168886.7 KB
1675ac12cde7
Product Review Comments
Create Product Review Comments
To create a product review comment.<br>創建一個商品評價。
post/product_review_comments
Request body
Response
CREATED
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"
}