淘宝/天猫收货地址列表 API 返回值说明

70 阅读3分钟

你好的

buyer_address_list-点击开通测试链接

taobao.buyer_address_list

公共参数

请求地址: api-gw.onebound.cn/taobao/buye…

名称类型必须描述
keyString调用key(必须以GET方式拼接在URL中)
secretString调用密钥
api_nameStringAPI接口名称(包括在请求地址中)[item_search,item_get,item_search_shop等]
cacheString[yes,no]默认yes,将调用缓存的数据,速度比较快
result_typeString[json,jsonu,xml,serialize,var_export]返回数据格式,默认为json,jsonu输出的内容中文可以直接阅读
langString[cn,en,ru]翻译语言,默认cn简体中文
versionStringAPI版本

请求参数

请求参数:
参数说明:

响应参数

Version: Date:

名称类型必须示例值描述
addressDetailString0人民路313号(秦皇食府对面)万邦科技有限公司详细地址
areaString0渝水区地区
cityString0新余市城市
fullAddressString0江西省/新余市/渝水区/城南街道地址信息
fullNameString0张三收货人姓名
mobileString013979008888手机号码
phoneInternationalCodeString086电话国际代码
phoneString00790-6666666电话号码全部
phoneCodeString06666666电话号码
phoneSectionString00790区号
postString0338000邮编
provinceString0江西省省份
townString0城南街道镇/街道
xString027.806949纬度
yString0114.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.60501c3b778b7"
  }