全部
在线测试

淘宝商品累计销量查询


接口地址: http://api.vv-tool.com/tool/accounts/tbspzxl


接口介绍: 淘宝商品累计销量查询 点击查看详情


请求方式: POST


返回格式: JSON


接口收费: 查询 1 次,计 1 次调用


频率限制: 10 次/秒


请求头参数

参数 类型 必选 示例
Authorization string 授权 access_token Bearer 1798c6aadec33d1bc2f5b707f1049aefexxxx

请求参数

参数 类型 必选 描述
product_ids[] array 商品 id

请求示例

{"product_ids": [1,2,3]}

请求代码示例

cURL请求代码示例



PHP请求代码示例

<?php



JAVA请求代码示例



响应参数

参数 类型 描述
code int 返回状态码
msg string 返回码描述
msec int 接口执行时间
time int 接口返回时间
data object 数据信息
--list array 返回数据
-----code number 0 获取成功 404 宝贝不存在
-----category_id int 类目 ID
-----acc_collect string 累计收藏
-----item_id string 商品 ID
-----images string 主图
-----quantity string 库存
-----title string 标题
-----total_sell string 累计销量

返回数据


{
  "code": 0,
  "mag": "",
  "msec": "",
  "time": 1656564848,
  "data":  {
    "list": [
      {
        "code": "0",
        "category_id": "",
        "acc_collect": "",
        "item_id": "",
        "images": "",
        "quantity": "",
        "title": "",
        "total_sell": ""
      }
    ]
  }
}

错误码 点击查看详情:查看