item_get获得淘宝商品详情
item_get_app获得淘宝app商品详情原数据
item_get_pro获得淘宝商品详情高级版
item_review获得淘宝商品评论
item_sku获取sku详细信息
item_fee获得淘宝商品快递费用
item_password获得淘口令真实url
cat_get获得淘宝分类详情
item_cat_get获得淘宝商品类目
item_list_weight批量获取商品信息
item_history_price获取商品历史价格信息
item_list_updown批量获得淘宝商品上下架时间
seller_info获得淘宝店铺详情
item_search按关键字搜索淘宝商品
item_search_pro高级关键字搜索淘宝商品
item_search_img按图搜索淘宝商品(拍立淘)
item_search_shop获得店铺的所有商品
item_search_seller搜索店铺列表
item_search_guang爱逛街
item_search_suggest获得搜索词推荐
item_search_jupage天天特价
item_search_coupon优惠券查询
item_search_samestyle搜索同款的商品
item_search_similar搜索相似的商品
item_search_neighbors邻家好货
item_recommend获取推荐商品列表
item_videolist按分类搜索淘宝直播接口
item_videolist_cat获取淘宝直播分类id接口
item_search_best天猫畅销榜
item_question_answer淘宝评论问答列表接口
upload_img上传图片到淘宝
img2text图片识别商品接口
brand_cat获取品牌分类列表
brand_cat_top获取分类推荐品牌列表
custom自定义API操作
buyer_cart_add添加到购物车
buyer_cart_remove删除购物车商品
buyer_cart_list获取购物车的商品列表
buyer_order_list获取购买到的商品订单列表
buyer_order_detail获取购买到的商品订单详情
buyer_order_express获取购买到的商品订单物流
buyer_address_list收货地址列表
buyer_address_add添加收货地址
buyer_info买家信息
seller_order_list获取卖出的商品订单列表
seller_cat_props商品分类属性
product_add卖家店铺添加宝贝
更多电商API接口测试地址
item_get_sales - 获取商品销量详情
获取Key和secret
Request address:
https://api-gw.onebound.cn/taobao/item_get_sales/?key=&
&num_iid=667183374111&&lang=zh-CN&secret=
---------------------------------------
Result Object:
---------------------------------------
{
"item": [
{
"num_iid": "667183374111",
"detail_url": "http://item.taobao.com/item.htm?id=667183374111",
"title": "Apple/苹果 10.2 英寸 iPad (第九代) 2021新款iPad9代平板电脑",
"price": "2338.00",
"pic_url": "http://img.alicdn.com/i4/1888029026/O1CN01xjEkRc2GXxdXKNxi4_!!1888029026.jpg",
"quantity": "201",
"preSellPrice": "",
"promotion_price": "2238.00",
"sales_30day": "2294",
"total_sales": "11136"
}
],
"data_from": "app_vip",
"error": "",
"reason": "",
"error_code": "0000",
"cache": 0,
"api_info": "today:44 max:10100 all[87=44+26+17];expires:2030-12-31",
"execution_time": "1.385",
"server_time": "Beijing/2022-08-02 10:07:06",
"client_ip": "106.6.35.126",
"call_args": [],
"api_type": "taobao",
"translate_language": "zh-CN",
"translate_engine": "baidu_api",
"server_memory": "5.81MB",
"request_id": "gw-3.62e886c97d764",
"last_id": "1122348373"
}