淘宝商品精准销量库存

简要描述

  • 获取月销量,总销量,库存

请求URL

  • http://xxx.xxx.xxx.xxx:xxxx/taobao.soldInfo

请求方式

  • get

请求Query参数

参数名 示例值 必选 类型 说明
itemid 638794630718 string 商品id
token admin.api string 权限token

成功返回示例

复制{
  "api": "mtop.taobao.combine.promotion",
  "data": [
    {
      "id": "638794630718",
      "month_sales": "50497",
      "original_price": "169.00",
      "pic_url": "https://img.alicdn.com/imgextra/i4/2659008328/O1CN01qtteR32BOH6F1npDE_!!2659008328.jpg",
      "promo_price": "139.00",
      "quantity": "102671",
      "title": "【胡楚靓 精灵谷】吊带连衣裙女2021春夏法式中长款雪纺碎花裙子",
      "total_sales": "107513"
    }
  ],
  "ret": [
    "SUCCESS::成功"
  ],
  "v": "1.0"
}

猜你喜欢

转载自blog.csdn.net/m0_56355683/article/details/124985358