欢迎光临散文网 会员登陆 & 注册

淘宝商品详情页API接口开放平台

2023-04-12 23:50 作者:vx-xiaofulu222  | 我要投稿

  最近做一个品牌电商公司内部ERP系统分发的淘宝商品详情页API接口的投标工作,集成的接口,其中有一个需求就是监控品牌授权淘宝店铺的价格、标题、主图等等,具体需求如下描述:

  1.所有授权店铺的公开数据都可以通过接口获取,做到了实时监控。

  由于淘宝商品详情页API接口请求依赖于网络,存在登录滑块以及高并发拦截等问题,如何才能快速、完整的把淘宝商品详情信息同步到本地系统是本方案将要讨论的问题。

  淘宝商品详情页API接口响应参数:

属性名

类型

描述

data.productTitle

string

商品标题

data.productId

string

商品ID

data.sellerId

string

卖家ID

data.productImg

string

商品主图

data.shopName

string

店铺名称

data.shopId

string

店铺ID

data.shopWw

string

掌柜旺旺

data.categoryId

string

分类ID

data.defPrice

string

商品价格

data.shopLogo

string

店铺LOGO

data.shopType

string

店铺类型

淘宝商品详情页API接口返回示例:

  {

  "data": {

  "defPrice": "19.8",

  "shopLogo": null,

  "productId": "626758342750",

  "categoryId": null,

  "shopId": "63442770",

  "shopName": "窝牛旗舰店",

  "productTitle": "墙纸自粘卧室温馨墙贴画防水防潮客厅背景墙房间壁纸家用装饰贴纸",

  "productImg": "http://gw3.alicdn.com/tfscom/tuitui/i1/606955037/O1CN01jogC5K1n4zbnePyXI_!!606955037-0-lubanu-s.jpg",

  "sellerId": "606955037",

  "rootCategoryId": null,

  "brandId": null,

  "shopWw": "窝牛旗舰店",

  "shopType": "B"

  },

  "code": 0,

  "state": true,

  "msg": "success"

  }

  

淘宝商品详情页API接口开放平台的评论 (共 条)

分享到微博请遵守国家法律