菜鸟通过此接口,调用回收商创建快递上门订单
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
order_id | String | 必须 | F00000xqqq | 菜鸟履约单号 | |
biz_type | String | 必须 | CLOTHES | 业务类型,用于区分回收品类 | |
biz_mode | String | 必须 | EXPRESS_DELIVERY | 业务模式,用于区分快递上门模式、到站模式 | |
predict_weight | String | 必须 | 5 | 预估重量,单位:克 | |
sending_info | SendingInfoDTO | 必须 | 寄件地址信息 | ||
|
|||||
feature | String | 可选 | {"xxx":"yyy"} | 预留扩展信息 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
err_message | String | 参数非法 | 错误描述,success为false时有值 |
success | Boolean | true | true表示成功,false表示失败 |
err_code | String | ERROR_PARAM | 错误码,success为false时有值 |
{"biz_mode":"EXPRESS_DELIVERY","predict_weight":"5","feature":"{\"xxx\":\"yyy\"}","biz_type":"CLOTHES","sending_info":{"appoint_start_time":"2024-04-23 11:23:30","contact_name":"王大山","appoint_province":"浙江省","contact_phone":"130xxxxxxxx","appoint_city":"杭州市","detail_address":"文一西路中节能西溪首座","appoint_end_time":"2024-04-23 11:23:30","appoint_district":"西湖区"},"order_id":"F00000xqqq"}
{ "err_message":"参数非法", "success":true, "err_code":"ERROR_PARAM" }
错误码 | 错误描述 | 解决方案 |
---|