淘寶/天貓收貨地址列表 API 返回值說明

heziqun發表於2023-05-10

buyer_address_list- 點選開通測試連結

taobao.buyer_address_list

公共引數

請求地址:  api-gw.onebound.cn/taob

名稱 型別 必須 描述
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版本


請求引數

請求引數:
引數說明:

響應引數

Version: Date:

名稱 型別 必須 示例值 描述
addressDetail String 0 人民路313號(秦皇食府對面)萬邦科技有限公司 詳細地址
area String 0 渝水區 地區
city String 0 新餘市 城市
fullAddress String 0 江西省/新餘市/渝水區/城南街道 地址資訊
fullName String 0 張三 收貨人姓名
mobile String 0 13979008888 手機號碼
phoneInternationalCode String 0 86 電話國際程式碼
phone String 0 0790-6666666 電話號碼全部
phoneCode String 0 6666666 電話號碼
phoneSection String 0 0790 區號
post String 0 338000 郵編
province String 0 江西省 省份
town String 0 城南街道 鎮/街道
x String 0 27.806949 緯度
y String 0 114.944236 經度
響應示例
{
      "data": [
          {
              "active": false,
              "addressDetail": "人民路313號(秦皇食府對面)萬邦科技有限公司",
              "area": "渝水區",
              "areaDivisionCode": 360502,
              "buidFromChindIframe": true,
              "chinaLand": true,
              "city": "新餘市",
              "cityDivisionCode": 360500,
              "confidence": 93,
              "country": "",
              "countryDivisionCode": 1,
              "defaultAddress": true,
              "defaultCode": 1,
              "deliverId": 6845502554,
              "divisionCode": "360502",
              "fillPoiAddress": false,
              "forgin": false,
              "fullAddress": "江西省/新餘市/渝水區/城南街道",
              "fullName": "張三",
              "gAT": false,
              "gmtCreate": 1480486142000,
              "gmtModified": 1495477303000,
              "guoguoAddress": false,
              "hKOrMacauOrTW": false,
              "helpBuyAddress": false,
              "illegalCunTaoAddress": false,
              "isPoiAddress": false,
              "kinshipDeliverAddress": false,
              "lastChoose": false,
              "locationEnable": false,
              "mobile": "13979008888",
              "mobileCode": "86",
              "needToUpgrade": false,
              "needUpgrade": false,
              "overSea": false,
              "phone": "0790-6666666",
              "phoneCode": "6666666",
              "phoneInternationalCode": "86",
              "phoneSection": "0790",
              "post": "338000",
              "provDivisionCode": 360000,
              "province": "江西省",
              "tAIWAN": false,
              "town": "城南街道",
              "townDivisionCode": 360502001,
              "userNumId": 2601011849,
              "x": "27.806949",
              "y": "114.944236"
          },
          {
              "active": false,
              "addressDetail": "康泰路62號 玫瑰小區6期",
              "area": "渝水區",
              "areaDivisionCode": 360502,
              "buidFromChindIframe": true,
              "chinaLand": true,
              "city": "新餘市",
              "cityDivisionCode": 360500,
              "confidence": 98,
              "country": "",
              "countryDivisionCode": 1,
              "defaultAddress": false,
              "defaultCode": 0,
              "deliverId": 6375759746,
              "divisionCode": "360502",
              "fillPoiAddress": false,
              "forgin": false,
              "fullAddress": "江西省/新餘市/渝水區/城南街道",
              "fullName": "李四",
              "gAT": false,
              "gmtCreate": 1465220621000,
              "gmtModified": 1495681978000,
              "guoguoAddress": false,
              "hKOrMacauOrTW": false,
              "helpBuyAddress": false,
              "illegalCunTaoAddress": false,
              "isPoiAddress": false,
              "kinshipDeliverAddress": false,
              "lastChoose": false,
              "locationEnable": false,
              "mobile": "13979008888",
              "mobileCode": "86",
              "needToUpgrade": false,
              "needUpgrade": false,
              "overSea": false,
              "post": "338000",
              "provDivisionCode": 360000,
              "province": "江西省",
              "tAIWAN": false,
              "town": "城南街道",
              "townDivisionCode": 360502001,
              "userNumId": 2601011849,
              "x": "27.79764",
              "y": "114.950212"
          }
      ],
      "from": "taobao",
      "error": "",
      "reason": "",
      "error_code": "0000",
      "cache": 0,
      "api_info": "today:7 max:10000",
      "execution_time": 0.704,
      "server_time": "Beijing/2021-03-16 10:47:24",
      "client_ip": "127.0.0.1",
      "call_args": [],
      "api_type": "taobao",
      "translate_language": "zh-CN",
      "translate_engine": "google_cn",
      "server_memory": "5.5MB",
      "request_id": "0.60501c3b


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

相關文章