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)
WO11.海外仓出库单查询
更新时间: 2017-11-22 17:22:50 访问次数:914
接口说明
通过本接口用户可以单次或批量查询已提交的海外仓出库单详细信息、状态。
使用场景
在用户需要查询海外仓出库单状态及派送轨迹时,可使用此接口以出库单号进行查询。此接口仅支持单笔订单,每个出库单为一个Item, 若数据量大,用户可根据时间需要选择定位某一页的数据.
备注
状态中文名(StatusName) | 状态英文名 | 简称(Status) |
---|---|---|
移交邮局 | Handed Over Post Office | HPO |
草稿 | Draft | DR |
出库确认中 | Confirming | CFI |
出库确认 | Confirmed | CF |
拣选中 | Picking | PKI |
卖家确认处理方式 | Waiting For Seller Confirm | WSC |
作废处理中 | Voiding | VOI |
已作废 | Void | VO |
拣选完成 | Pick Completed | PKC |
打包中 | Packing | PAI |
打包完成 | Packing Completed | PAC |
费用确认中 | Fee Confirm | FC |
派送中 | Delivering | DLI |
派送完成 | Delivery Completed | DLC |
请求说明
URL | http://api.winit.com.cn/ADInterface/api |
接口测试 | http://erp.sandbox.winit.com.cn/ADInterface/api |
验证方法 | Token,md5 |
格式 | json |
字符编码 | UTF-8 |
http请求方式 | http |
请求数限制 | 默认每分钟1000,有需要可申请加大。 |
请求入参
名称 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
outboundOrderNum | String() | Y | 海外仓出库单号在用户创建海外仓出库单后获得,唯一 |
请求示例
返回出参
名称 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
sellerOrderNo | String() | Y | 卖家订单号 | |
eBayNo | String() | Y | eBay TransactionID | |
eBayOrderID | String() | Y | eBay OrderID 用于标识一条唯一的eBay订单,这个订单可以包含一个或多个商品交易(一个交易对应一个eBay上的Transaction_ID + Item_ID). 当买家在一个时间向同一卖家购买多种商品,eBay将会基于这些交易(Transaction)生成一个唯一订单号(OrderID)。当买家一次仅仅购买一种商品(一个ItemID)时,则此OrderID与此笔交易一一对应。 在使用CompleteSale接口时,OrderID被用于定位一笔订单。 | |
outboundOrderNum | String() | Y | 海外仓出库单编号 | |
outboundOrderID | String() | Y | 出库单ID | |
warehouseName | String() | Y | 仓库名称(eg.澳洲仓,美国仓) | |
warehouseID | String() | Y | 仓库ID | |
orderedTime | String() | Y | 出库单创建时间(系统时间) | |
outboundDate | String() | Y | 出库时间 | |
status | String() | Y | 出库单状态 | |
statusName | String() | Y | 出库单状态名称 | |
state | String() | Y | 收件人国家 | |
city | String() | Y | 收件人城市(澳洲为SUBURB,对应邮编) | |
regionName | String() | Y | 收件人州 | |
address1 | String() | Y | 收件人街道1 | |
address2 | String() | Y | 收件人街道2 | |
phoneNum | String() | Y | 收件人电话 | |
recipientName | String() | Y | 收件人姓名 | |
emailAddress | String() | Y | 收件人邮箱 | |
zipCode | String() | Y | 邮政编码 | |
deliveryWay | String() | Y | 最后一公里派送方式 | |
deliveryWayID | String() | Y | 最后一公里派送方式ID | |
insuranceType | String() | Y | 最后一公里派送方式所用保险类型 | |
insuranceTypeID | String() | Y | 最后一公里派送方式所用保险类型ID | |
trackingNum | String() | Y | 最后一公里物流追踪号 | |
carrier | String() | Y | 派送公司名称 | |
chargeableWeight | String() | Y | 包裹计费重量,kg | |
transactionDate | String() | Y | 交易日期 | |
deliveryCosts | String() | Y | 派送费用,以海外仓当地币种结算 | |
deliveryCostsCode | String() | Y | 派关费用编码 | |
ebayName | String() | Y | Ebay上显示的快递公司名 | |
handlingFee | String() | Y | 订单处理费,以海外仓当地币种结算 | |
handlingfeeCode | String() | Y | 订单处理费货币 ,以海外仓当地币种结算 | |
totalCost | String() | Y | 总费用(处理费+派送费),单位为USD | |
rate | String() | Y | 货币单位对美元的汇率 | |
isRepeat | String() | Y | ||
isError | String() | Y | ||
actualFinishTime | String() | Y | 服务实际完成时间 | |
scheduledFinishTime | String() | Y | 服务标准完成时间 | |
deliveryCompletionStatus | String() | Y | 派送完成情况,及时与否 | 准时OT;迟到DL |
action | String() | Y | ||
c_Country_ID | String() | Y | ||
errorMsg | String() | Y | ||
productCode | String() | Y | 产品编码 | |
specification | String() | Y | 产品规格 | |
productNum | String() | Y | 产品数量 | |
winitTrackingNo | String() | Y | winit跟踪号,在万邑联->我的资料中同意了海外仓出库扫描信息上传服务免责声明,才会返回 |
返回参数说明 正确的返回结果:查询成功。出库单详情。 错误的返回结果:错误码,错误信息
返回示例
{ "code":0, "data":{ "currentPageNum":1, "currentPageSize":50, "total":1, "list":[ { "handlingfeeCode":null, "eBayOrderID":"3298472983749823480", "totalCost":null, "countryID":"122", "statusName":"草稿", "outboundDate":null, "insuranceTypeID":"1000000", "state":"AU", "warehouseID":"1000001", "address1":"1 Stafford Crt.", "errorMsg":null, "sellerOrderNo":"PowerSellerABC123", "address2":"82 Worendo Street", "city":"Bayswater North", "warehouseName":"AU Warehouse", "deliveryWayID":"1000020", "phoneNum":"15900001111", "rate":null, "trackingNum":null, "productNum":"1", "zipCode":"3153", "action":"A", "carrier":null, "deliveryCosts":null, "isError":"N", "outboundOrderNum":"1605745", "isRepeat":"Y", "orderedTime":"2014-07-08 17:41:59", "productCode":"EA0000201", "status":"DR", "regionName":"Victoria", "emailAddress":"abc@winit.com", "deliveryCompletionStatus":null, "outboundOrderID":"1605745", "actualFinishTime":null, "transactionDate":null, "scheduledFinishTime":null, "chargeableWeight":null, "handlingFee":null, "deliveryCostsCode":null, "ebayName":"Australia Post", "eBayNo":null, "recipientName":"mingbao", "specification":null, "deliveryWay":"AU Post eParcel", "insuranceType":"No Insurance", "winitTrackingNo":"WO100000000000CN" } ] }, "msg":"成功" }
关键词