○ AE平台调用WMS创建订单后,商家在AE平台上修改订单后,AE平台会调用WMS“修改订单”接口修改订单信息 ○ 修改订单后,如果物流单号和订单号有变更,需要同步返回,AE侧需要更新自己系统内的物流单号和仓库订单号
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
goodsOwnerId | String | 必须 | ownerId | 货主代码(客户代码) | |
aeTradeOrderId | String | 必须 | 145245 | AE平台交易单号 | |
outBizId | String | 可选 | 123455 | 外部单号 | |
country | String | 可选 | ES | 国家二字码 | |
city | String | 可选 | city | 市 | |
address2 | String | 可选 | address2 | 地址2,地址1超长时,截取的地址放在地址2中 | |
address1 | String | 可选 | address1 | 地址1 | |
shippingMethod | String | 可选 | GLS | 配送方式 | |
warehouseCustomerId | String | 必须 | test | 服务商 | |
warehouseCode | String | 可选 | CUSTOM001 | 履约仓库 | |
zipcode | String | 可选 | 12345 | 邮编 | |
province | String | 可选 | test | 省份 | |
phone | String | 可选 | 123456 | 联系电话 | |
systemType | String | 可选 | wms | 系统类型:wms、oms,易仓专用 | |
name | String | 可选 | Ailen | 姓名 | |
items | Items [] | 可选 |
|
物品 | |
|
|||||
wmsOrderId | String | 可选 | 123125 | WMS仓库订单号 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Result | 返回 | |
|
{"goodsOwnerId":"ownerId","aeTradeOrderId":"145245","outBizId":"123455","country":"ES","city":"city","address2":"address2","address1":"address1","shippingMethod":"GLS","warehouseCustomerId":"test","warehouseCode":"CUSTOM001","zipcode":"12345","province":"test","phone":"123456","systemType":"wms","name":"Ailen","items":[{"quantity":"1","skuId":"12351351234"}],"wmsOrderId":"123125"}
{ "result":{ "data":{ "wmsOrderId":"12315142", "orderStatus":"D", "trackingNo":"123124" }, "success":true, "errorMessage":"errorMessage", "errorCode":"errorCode" } }
错误码 | 错误描述 | 解决方案 |
---|