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)
ISP10.查询ISP订单
更新时间: 2017-11-22 18:48:40 访问次数:961
接口说明
卖家或第三方通过该接口可查询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,有需要可申请加大。 |
请求入参
| 名称 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|
| orderNo | String(60) | Y | ISP 订单号 |
请求示例
返回出参
| 名称 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|
| refNo | String(60) | Y | 卖家订单号 | |
| winitProductCode | String(50) | Y | winit产品编码,即物流产品代码 | |
| winitProductName | String(50) | Y | winit产品名称 | |
| expressNo | String(50) | Y | 跟踪号 | |
| orderDate | String(YYYY-MM-DD HH:MI:SS)(20) | Y | 下单时间 | |
| status | String(50) | Y | 订单状态 | |
| dispatchType | String(1) | Y | 发货方式【P:Winit揽收、S:自发快递、T:卖家自送、C:中邮揽收、D:DHL揽收】,不同物流渠道要求与提交的“寄件/提货地址“的审核情况而定,审核通过选择【Winit揽收】,审核不通过使用【自发快递、卖家自送】,其它2个是特殊渠道的揽收方式 | |
| warehouseName | String(20) | Y | 验货仓 | |
| warehouseCode | String(10) | Y | 仓库Code | |
| shipperAddrId | String(50) | Y | 寄件人地址ID | |
| shipperPostCode | String(50) | Y | 寄件人邮编 | |
| shipperCountryCode | String(20) | Y | 寄件人国家code | |
| shipperCountry | String(100) | Y | 寄件人国家 | |
| shipperState | String(100) | Y | 寄件人州 | |
| shipperCity | String(10) | Y | 寄件人城市 | |
| shipperDistrict | String(50) | Y | 寄件人区(县) | |
| shipperAddress1 | String(50) | Y | 寄件人地址1 | |
| shipperAddress2 | String(20) | Y | 寄件人地址2 | |
| shipperEmail | String(30) | Y | 寄件人邮箱 | |
| buyerName | String(50) | Y | 收件人名字 | |
| buyerContactNo | String(20) | Y | 收件人电话 | |
| buyerEmail | String(30) | N | 收件人邮箱 | |
| buyerCountry | String(50) | Y | 收件人国家 | |
| buyerState | String(20) | Y | 收件人州 | |
| buyerCity | String(50) | Y | 收件人城市 | |
| buyerAddress1 | String(100) | Y | 收件人地址1 | |
| buyerAddress2 | String(100) | N | 收件人地址2 | |
| buyerZipCode | String(10) | Y | 收件人邮编 | |
| buyerHouseNo | String(10) | N | 收件人门牌号 | |
| ebaySellerId | String(60) | N | ebay卖家ID(eBay订单必填) | |
| packageList | Array | 包裹列表,以下字段为packageList子节点 | ||
| --|weight | Numeric(6,2) | Y | 重量(KG) | |
| --|length | Numeric(6,2) | Y | 长(CM) | |
| --|width | Numeric(6,2) | Y | 宽(CM) | |
| --|height | Numeric(6,2) | Y | 高(CM) | |
| --|weightActual | Numeric(6,2) | Y | 实际重量(KG) | |
| --|lengthActual | Numeric(6,2) | Y | 实际长(CM) | |
| --|widthActual | Numeric(6,2) | Y | 实际宽(CM) | |
| --|heightActual | Numeric(6,2) | Y | 实际高(CM) | |
| -|merchandiseList | Y | 商品列表,以下字段为merchandiseList子节点 | ||
| --|--|transactionID | String(30) | N | 交易ID(eBay订单必填) | |
| --|--|itemID | String(30) | N | 条目ID(eBay订单必填) | |
| --|--|declaredValue | Numeric(10,2) | Y | 单个商品申报价格(USD) | |
| --|--|declaredNameCn | String(100) | Y | 申报品名(中文) | |
| --|--|declaredNameEn | String(100) | Y | 申报品名(英文) |
正确的返回结果:isp订单信息。 错误的返回结果:错误码,错误信息
返回示例
{
"code":"0",
"data":{
"buyerAddress1":"aaaa",
"buyerAddress2":"s",
"buyerCity":"深圳",
"buyerContactNo":"11",
"buyerCountry":"US",
"buyerEmail":"",
"buyerName":"aa",
"buyerState":"广东",
"buyerZipCode":"122",
"ebaySellerId":"1",
"dispatchType":"S",
"expressNo":"",
"isValid":"N",
"orderDate":"2015-06-11 20:05:24",
"orderNo":"ID15000000003683CN",
"packageList":[
{
"height":1,
"heightActual":0,
"length":1,
"lengthActual":0,
"merchandiseList":[
{
"declaredNameCn":"苹果6",
"declaredNameEn":"iphone6",
"declaredValue":1,
"itemID":"1",
"transactionID":"1"
}
],
"weight":1,
"weightActual":0,
"width":1,
"widthActual":0
}
],
"refNo":"",
"shipperAddrId":266,
"shipperAddress1":"深圳市南山区高新南一道创维大厦",
"shipperAddress2":"深圳市南山区高新南一道创维大厦",
"shipperCity":"深圳",
"shipperCountry":"China",
"shipperCountryCode":"CN",
"shipperEmail":"",
"shipperPostCode":"518000",
"shipperState":"Guang Dong",
"status":"PD",
"warehouseCode":"SZ0001",
"warehouseName":"ShenZhen Warehouse",
"winitProductCode":"PPTestProduct",
"winitProductName":"测试产品勿动1"
},
"msg":"操作成功"
}
关键词
