创建自有评论的VOC报告
POST
/voc/custom/reports/创建自有评论的VOC报告
请求参数
Header 参数
X-Token
string
API Key
示例值:
42e9fb1c94c842cd9495c812a4c8fe05
Body 参数application/json
category
string
必需
亚马逊类目路径,多级路径用半角:分隔,如:Patio, Lawn & Garden:Patio Furniture & Accessories:Umbrellas & Shade:Shade Sails Patio, Lawn & Garden:Patio Furniture & Accessories:Umbrellas & Shade:Shade Sails
示例值:
Patio, Lawn & Garden:Patio Furniture & Accessories:Umbrellas & Shade:Shade Sails
reviews
array [object {2}]
自有评论信息列表
<= 1000 items
stars
string
评论星级
message
string
评论原文
示例1
{
"category": "Patio, Lawn & Garden:Patio Furniture & Accessories:Umbrellas & Shade:Shade Sails",
"reviews": [
{
"message": "Not worth your money - only had up for one week and it ripped. Our coolaroo lasted over 10 years. Unfortunately they no longer make the size we need."
},
{
"message": "Awesome buy. Very tough material and several sizes to choose from."
},
{
"message": "I was disappointed . There were no attached clips. I had one before and it had the built in clips. I just hung it up. This sunshade was a lot of money and I’m buying clips to"
},
{
"message": "I ordered this to use for coverage on a 16 x 16 full-sun deck. Sizing chart indicated to order it big enough to leave 6 on each side so I ordered 15 x 15. The sail was up only 2 days before it started sagging due to stretching. Nothing in the size guide indicated to order anything smaller due to stretch. Please update the size guide!"
}
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
结果码
msg
string
错误信息
data
object
结果数据
reportId
string
报告ID
示例
Success
{
"code": 200,
"data": {
"reportId": "2134"
}
}
最后修改时间: 1 年前