API
- OpenAPI(Winit) 概述
- 海外仓(OSWH) API接口
- ISP全球直发快递API
- 海外仓API(OSWH)
- 海外仓-商品
- 海外仓-入库
- 海外仓-出库
- 海外仓出库API对接时序
- WO01.仓库代码查询
- WO02.海外仓总库存查询
- WO03.派送方式查询
- WO05.预估派送费用查询(新)
- WO05.预估派送费用查询
- WO06.德国地址校验接口
- WO07.创建海外仓出库单(确认中)
- WO08-1.创建海外仓出库单(草稿)
- WO08-2.提交作废海外仓出库单
- WO08.修改海外仓出库单
- WO09.修改出库单商品信息
- WO10.出库单列表查询
- WO11.海外仓出库单查询
- WO12-1.轨迹查询(库内+尾程派送)
- WO12.轨迹查询(库内)
- WO13.海外仓库存DOI查询
- WO13-1.查询DOI库存详情
- WO05-1.预计运费-新
- WO06-1.EGD订单担保校验接口
- 海外仓出库API列表
- 尾程派送方式代码
- 万邑邮选API(ISP)
ISP03.查询提货地址
更新时间: 2017-11-22 18:37:50 访问次数:671
接口说明
卖家网站ISP单步下单,选择提货类型后,查询卖家可提货地址。
使用场景
卖家网站ISP单步下单,选择提货类型后,查询卖家可提货地址。
备注
请求说明
URL | http://api.winit.com.cn/ADInterface/api |
接口测试 | http://erp.sandbox.winit.com.cn/ADInterface/api |
验证方法 | Token,md5 |
格式 | json |
字符编码 | UTF-8 |
http请求方式 | http |
请求数限制 | 默认每分钟1000,有需要可申请加大。 |
请求入参
名称 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
winitProductCode | String(50) | Y | 产品Code | |
dispatchType | String(1) | Y | 发货方式(C:中邮 ;P:提货;S:自发物流) |
请求示例
{ "action":"ums.address.getByPickupService", "app_key":"rebecca", "data":{ "dispatchType":"C", "winitProductCode":"USCN00001" }, "format":"json", "language":"zh_CN", "platform":"SELLERERP", "sign":"00000000000000000000000000000000", "sign_method":"md5", "timestamp":"2015-06-16 00:09:09", "version":"1.0" }
返回出参
名称 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
id | long(20) | Y | 地址ID | |
addressServiceId | long(20) | Y | 地址服务ID | |
code | String(50) | Y | 地址code | |
countryCode | String(100) | Y | 国家Code | |
countryName | String(100) | Y | 国家名称 | |
cityCode | String(100) | Y | 城市code | |
cityName | String(100) | Y | 城市 | |
state | String(100) | Y | 州编码 | |
stateName | String(100) | Y | 州(省) | |
districtCode | String(100) | Y | 区code | |
districtName | String(100) | Y | 区名称 | |
detailCn | String(100) | Y | 中文地址 | |
detailEn | String(100) | Y | 英文地址 | |
doorplate | String(100) | Y | 门牌号 | |
detail1 | String(100) | Y | 街道1 | |
detail2 | String(100) | Y | 街道2 | |
postCode | String(100) | Y | 邮编 | |
contactPerson | String(100) | Y | 联系人中文名称 | |
contactPersonEn | String(100) | Y | 联系人英文名 | |
contactNumber | String(100) | Y | 联系电话 | |
String(100) | Y | 邮箱 | ||
isdefault | String(1) | Y | 是否默认:N-否;Y-是 | |
userId | String(20) | Y | 用户ID | |
charge | String(1) | Y | 是否收费:1是,0否 | |
serviceCode | String(32) | Y | Winit服务Code | |
serviceName | String(50) | Y | Winit服务名 | |
vendorCode | String(32) | Y | 供应商Code | |
vendorServiceCode | String(32) | Y | 供应商服务Code | |
vendorServiceName | String(50) | Y | 供应商服务名称 | |
status | String(10) | Y | 审核状态: APP-审核通过, NAP-审核不通过, WFC-未审核 | |
receiveWarehouseCode | String(64) | Y | 揽收仓代码 | |
receiveWarehouseName | String(64) | Y | 揽收仓名称 | |
winitProductLineName | String() | Y | WINIT产品线名称,多个产品线名称之间用逗号连接 | ISP出口, 国际送仓 |
返回参数说明 正确的返回结果:返回地址列表。 错误的返回结果:错误码,错误信息
返回示例
{ "code":"0", "data":{ "list":[ { "addressServiceId":0, "cityCode":"SZ", "cityName":"深圳", "code":"13", "contactNumber":"8888", "contactPerson":"88888", "countryCode":"CN", "countryName":"China", "detail1":"", "detail2":"", "detailCn":"taba", "detailEn":"taba", "distrctCode":"NA", "doorplate":"", "email":"", "id":305, "isdefault":"Y", "postCode":"518000", "state":"GD", "stateName":"GuangDong", "userId":1000044 }, { "addressServiceId":0, "cityCode":"SZ", "cityName":"深圳", "code":"15", "contactNumber":"333", "contactPerson":"tama1", "countryCode":"CN", "countryName":"China", "detail1":"", "detail2":"", "detailCn":"tama1", "detailEn":"tama1", "distrctCode":"NA", "doorplate":"", "email":"", "id":307, "postCode":"518000", "state":"GD", "stateName":"GuangDong", "userId":1000044 }, { "addressServiceId":0, "cityCode":"SZ", "cityName":"深圳", "code":"8", "contactNumber":"333", "contactPerson":"test", "countryCode":"CN", "countryName":"China", "detail1":"", "detail2":"", "detailCn":"test", "detailEn":"test", "distrctCode":"NA", "doorplate":"", "email":"", "id":277, "isdefault":"N", "postCode":"518000", "state":"GD", "stateName":"GuangDong", "userId":1000044 } ] }, "msg":"操作成功" }
关键词