获取服务商运单号并返回
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| request | Request | 必须 | 请求对象 | ||
|
|||||
| customerId | String | 必须 | 1001 | 商家id(用于路由) |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| response | Response | 响应 | |
|
{"request":{"sellerOrderCode":"ERP001","result":false,"cpCode":"SF","waybillResult":[{"waybillType":1,"remark":"OB-xxxx-xxxx","waybillNo":"SF001"}],"wdsCoordinationOrderId":"BFC001","errorMassage":"下发失败原因","taskId":"12345"},"customerId":"1001"}
{
"response":{
"success":false,
"responseMsg":"错误信息",
"responseCode":"1001"
}
}
{"success":"false","responseCode":"sign-check-failure","responseMsg":"Illegal request"}
| 错误码 | 错误描述 | 解决方案 |
|---|