Shulex VOC API Chinese Version
    Shulex VOC API Chinese Version
    • 活动
      • 卖家精灵一元权益领取接口
        POST
    • 获取亚马逊商品的评论和标签
      GET
    • 根据reportId获取asin列表
      GET
    • 获取亚马逊商品的评论信息
      GET
    • 提交亚马逊商品评论获取任务
      POST
    • 获取自有评论的VOC报告结果
      GET
    • 创建自有评论的VOC报告
      POST
    • 获取亚马逊评论分析报告
      GET
    • 创建亚马逊评论分析报告
      POST
    • 根据asin查询所有变体接口
      GET
    • 查询某个asin 某段时间的review趋势
      POST

      创建自有评论的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 
      评论原文
      必需
      示例
      {
          "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!"
              }
          ]
      }

      示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://apps.voc.ai/api_v2/datahub/voc/custom/reports/' \
      --header 'X-Token: 42e9fb1c94c842cd9495c812a4c8fe05' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "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成功
      application/json
      Body
      code
      integer 
      结果码
      必需
      msg
      string 
      错误信息
      可选
      data
      object 
      结果数据
      可选
      reportId
      string 
      报告ID
      必需
      示例
      {
          "code": 200,
          "data": {
              "reportId": "2134"
          }
      }
      修改于 2023-12-19 09:10:38
      上一页
      获取自有评论的VOC报告结果
      下一页
      获取亚马逊评论分析报告
      Built with