淘寶API分享:獲得店鋪的所有商品 API

JenniferAB發表於2023-04-04

item_search_shop- 獲得店鋪的所有商品 

taobao.item_search_shop

公共引數

名稱 型別 必須 描述
key String 呼叫key(測試key請+vx15870092527)
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版本

請求引數

請求引數:shop_id=433655136&page=1&sort=

引數說明: shop_id:shop_id page:頁碼
sort:排序[new,bid,sale]
  (new 新品,bid:價格,sale:銷量,bid加_字首為從大到小排序)

響應引數

Version: Date:

名稱 型別 必須 示例值 描述
num_iid
Bigint 0 579813460997 商品ID
pic_url
String 0 //img.alicdn.com/bao/uploaded/i3/478952498/O1CN011UK7q9WzgFGKQw8_!!478952498.jpg 圖片地址
title
String 0 英倫小皮鞋女復古2020秋冬新款網紅毛毛鞋女百搭外穿粗跟中跟單鞋 店鋪標題
orginal_price
String 0 398.00 優惠價
price
Float 0 148 價格
sales
Int 0 7 銷量
detail_url
String 0 //item.taobao.com/item.htm?id=579813460997 寶貝連結

請求示例

	-- 請求示例 url 預設請求引數已經URL編碼處理curl -i "您自己的apiKey>&secret=<您自己的apiSecret>&shop_id=433655136&page=1&sort="

響應示例

異常示例

相關資料

錯誤碼解釋

狀態程式碼(error_code) 狀態資訊 詳細描述 是否收費
0000 success 介面呼叫成功並返回相關資料
2000 Search success but no result 介面訪問成功,但是搜尋沒有結果
4000 Server internal error 伺服器內部錯誤
4001 Network error 網路錯誤
4002 Target server error 目標伺服器錯誤
4003 Param error 使用者輸入引數錯誤 忽略
4004 Account not found 使用者帳號不存在 忽略
4005 Invalid authentication credentials 授權失敗 忽略
4006 API stopped 您的當前API已停用 忽略
4007 Account stopped 您的賬戶已停用 忽略
4008 API rate limit exceeded 併發已達上限 忽略
4009 API maintenance API維護中 忽略
4010 API not found with these values API不存在 忽略
4012 Please add api first 請先新增api 忽略
4013 Number of calls exceeded 呼叫次數超限 忽略
4014 Missing url param 引數缺失 忽略
4015 Wrong pageToken 引數pageToken有誤 忽略
4016 Insufficient balance 餘額不足 忽略
4017 timeout error 請求超時
5000 unknown error 未知錯誤


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70026969/viewspace-2943861/,如需轉載,請註明出處,否則將追究法律責任。

相關文章