加急发货通知接口
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| trade_order_code | String | 必须 | T20230801123456 | 主交易单号 | |
| shop_id | String | 必须 | SHOP_1001 | 商家唯一标识 | |
| service_tags | String [] | 必须 |
|
服务标签 | |
| service_reason | String | 必须 | 消费者退货保修 | 服务原因 | |
| service_codes | String [] | 必须 |
|
服务编码 | |
| shop_name | String | 必须 | 店铺名称xxxx | 店铺名称 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | Result | 催发指定返回结果 | |
|
{"trade_order_code":"T20230801123456","shop_id":"SHOP_1001","service_tags":[""],"service_reason":"消费者退货保修","shop_name":"店铺名称xxxx","service_codes":[""]}
{
"result":{
"flag":"success",
"code":0,
"urgent_delivery_notify_response":{
"is_split":true,
"order_details":[
{
"item_id":"ITEM_001",
"sub_trade_order_status":"WAREHOUSE_PENDING",
"sub_trade_order_code":"ST20230801123456A",
"status_update_time":"2023-08-01 14:30:00",
"estimated_delivery_time":"2023-08-01 14:30:00",
"exception_reason":"缺货"
}
],
"success":true,
"order_status":"WAREHOUSE_PENDING",
"trade_order_code":"T20230801123456",
"status_update_time":"2023-08-01 14:30:00",
"retry":false,
"estimated_delivery_time":"2023-08-01 14:30:00",
"exception_reason":"缺货"
},
"message":"操作成功"
}
}
{"result":{"code":"sign-check-failure","urgentDeliveryNotifyResponse":{"success":"false"},"message":"Illegal request"}}
| 错误码 | 错误描述 | 解决方案 |
|---|