平台查询外部服务商ERP对订单的发货时效
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| sellerNick | String | 必须 | 淘宝测试店铺 | 店铺Nick | |
| mainOrderId | String | 必须 | 123456 | 交易主订单号 | |
| customerTime | String | 必须 | 2021-06-20 12:01:00 | 消费者催发货时间,格式yyyy-MM-dd HH:mm:ss |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| retCode | String | 0 | 错误编 |
| retMsg | String | isv.system-error | 错误信息 |
| logisticResult | LogisticResult | 发货时效信息 | |
|
|||
| ret | Boolean | true | 处理结果 |
{"sellerNick":"淘宝测试店铺","customerTime":"2021-06-20 12:01:00","mainOrderId":"123456"}
{
"retCode":"0",
"retMsg":"isv.system-error",
"logisticResult":{
"processCode":90,
"logisticTime":"2021-06-20 12:01",
"mainOrderId":"123456",
"sellerNick":"淘宝测试店铺"
},
"ret":true
}
{"ret":"false","retCode":"sign-check-failure","retMsg":"Illegal request"}
| 错误码 | 错误描述 | 解决方案 |
|---|