蝦皮shopee獲得shopee店鋪詳情 API 返回值說明

JenniferAB發表於2023-03-28

seller_info- 獲得shopee店鋪詳情

shopee.seller_info

公共引數

名稱 型別 必須 描述
key String 呼叫key(必須以GET方式拼接在URL中)
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=41311013&country=.ph

引數說明:nick:賣家ID-country:網站字尾(.com.my;.vn;.ph)

響應引數

Version: Date:

名稱 型別 必須 示例值 描述
shop_name
String 0 愛利仕內衣服飾 店鋪名
shop_id
Bigint 0 88452106 店鋪ID
level
String 0 4.714286 店鋪等級
zhuy
String 0 店鋪主頁
user_num_id
Bigint 0 88453584 使用者ID
nick
String 0 13642345042.my 掌櫃名字
modified
Date 0 2019-03-19 10:39:47 改進日期
created
Date 0 2011-09-22 16:23:59 建立日期
last_active_time
Date 0 2020-09-22 16:23:59 最後登入日期
desc
String 0
描述
pic_url
String 0
shop_desc
Mix 0 {"num": 53,"fanscount": 55,"favcount": 16,"location": "Overseas","item_score": 57} 店鋪描述

請求示例

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

響應示例

異常示例

相關資料

錯誤碼解釋

狀態程式碼(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 未知錯誤

如需註冊測試key,可+v15870092527.

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

相關文章