item_search_shop-获得淘宝/天猫店铺的所有商品

一、接口参数说明:
item_search_shop-获得店铺的所有商品,点击更多API调试,请移步注册API账号点击获取测试key和secret

公共参数

请求地址: https://api-gw.onebound.cn/taobao/item_search_shop

名称 类型 必须 描述
key String 调用key(点击获取测试key和secret)
secret String 调用密钥
api_name String API接口名称(包括在请求地址中)[item_search,item_get,item_search_shop等]
cache String [yes,no]默认yes,将调用缓存的数据,速度比较快
result_type String [json,jsonu,xml,serialize,var_export]返回数据格式,默认为json,jsonu输出的内容中文可以直接阅读
lang String [cn,en,ru]翻译语言,默认cn简体中文
version String API版本

请求参数

请求参数:seller_id=3998713333&page=1&sort=

参数说明: shop_id:shop_id(暂时失效)
seller_id:seller_id(详情接口可获取)
sort:排序[new,bid,sale]
  (new 新品,bid:价格,sale:销量,bid加_前缀为从大到小排序)

item_search_shop-获得淘宝/天猫店铺的所有商品_第1张图片

请求示例

-- 请求示例 url 默认请求参数已经URL编码处理
curl -i "https://api-gw.onebound.cn/taobao/item_search_shop/?key=<您自己的apiKey点击获取测试key和secret>&secret=<您自己的apiSecret>&seller_id=3998713333&page=1&sort="

注:以下是行业内了解到的一些情况,本帖只展示部分代码,响应参数可注册账号查看演示站或者点击头像联系

 

你可能感兴趣的:(java,开发语言,API接口,大数据,API)