文档
测试

订单发货信息查询

POST
delivery_info_search

接口描述

查询订单发货信息

请求参数

参数名
类型
描述
必填
sale_order_code
string
系统订单号
必填

响应参数

参数名
类型
描述
必填
request_id
string
请求id
必填
status_code
string
状态码
必填
msg
string
反馈结果
必填
delivery_info
object
发货信息
必填
delivery_order_number
string
快递单号
必填
weight
string
重量(单位KG)
必填
delivery_mode_code
string
快递公司编号
必填
send_time
string
发货时间
必填

说明 / 示例

正确查询 ```json {"request_id":"ckajsjd912kmcalsd","status_code":"200","msg":"","delivery_info":{"delivery_order_number":"6818273761","weight","0.1","delivery_mode_code","2","send_time","2019-01-01 00:00:00"}} ``` 异常查询 ```json {"request_id":"ckajsjd912kmcalsd","status_code":"100","msg":"订单未发货","delivery_info":{}} ```