Create Product Review Comment
Function
To create a product review comment.
創建一個商品評價。
URL
POST <<api_domain>>/v1/product_review_comments
Request Parameters
Parameter | Type | Description | Example |
|---|---|---|---|
product_id
|
| Product id |
|
score
|
| Score |
|
comment
|
| Comment |
|
user_id |
| User id |
|
order_id |
| Order id |
|
status |
| Status
|
|
user_name
|
| User name |
|
media_ids |
| Array of media ids |
|
Response Fields
Response Example
{
"id": "5f6d742ce38809bd9fcc438b",
"product_id": "5f57251ce38809bde9681c3b",
"order_id": "5f686623e38809c8ed14b1ea",
"user_id": "5f602e9c01afcd34f53db613",
"user_name": "Ming",
"status": "hidden",
"score": 1,
"comment": "Hello",
"media": [],
"created_by": "importer",
"commented_at": "2020-09-25T04:38:04.203+00:00",
"updated_at": "2020-09-25T04:38:04.203+00:00",
"created_at": "2020-09-25T04:38:04.203+00:00"
}Updated 13 days ago