文档
测试

订单发货信息查询

POST
delivery_info_search

接口描述

查询订单发货信息

请求URL

http://localhost:10001/test/api/delivery_info_search

请求示例

http://localhost:10001/test/api/delivery_info_search?session_key=b5cac162-d744-4c2b-af4b-5994e2f367be&sign=9FCBB9DEBFFE84FD05C76C8D30CD8396&app_key=app&sale_order_code=RG20171030104

请求参数

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

响应参数

参数名
类型
描述
必填
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": "f21afeb4d37c47ec9bdbf73e598b3302", "status_code": "200", "msg": "success", "delivery_info": { "delivery_order_number": "6818273761", "weight": "0.1", "delivery_mode_code": "2", "send_time": "2019-01-01 00:00:00" } } ``` 异常查询 ```json { "request_id": "f21afeb4d37c47ec9bdbf73e598b3302", "status_code": "100", "msg": "订单未发货", "delivery_info": {} } ```

异常响应

请查阅状态码说明