| 接口名称 | 请求路径 | 描述 |
|---|
| 绑定/解绑物流账号 | /cgi-bin/express/business/account/bind | 该接口用于绑定、解绑物流账号 |
| 获取所有绑定的物流账号 | /cgi-bin/express/business/account/getall | 该接口用于获取所有绑定的物流账号 |
| 获取支持的快递公司列表 | /cgi-bin/express/business/delivery/getall | 该接口用于获取支持的快递公司列表 |
| 取消运单 | /cgi-bin/express/business/order/cancel | 该接口用于取消运单 |
| 配置面单打印员 | /cgi-bin/express/business/printer/update | 该接口用于配置面单打印员,可以设置多个,若需要使用微信打单 PC 软件,才需要调用 |
| 获取电子面单余额 | /cgi-bin/express/business/quota/get | 该接口用于获取电子面单余额 |
| 获取运单数据 | /cgi-bin/express/business/order/get | 该接口用于获取运单数据 |
| 模拟更新订单状态 | /cgi-bin/express/business/test_update_order | 该接口用于模拟快递公司更新订单状态, 该接口只能用户测试 |
| 获取打印员 | /cgi-bin/express/business/printer/getall | 该接口用于获取打印员 |
| 查询运单轨迹 | /cgi-bin/express/business/path/get | 该接口用于查询运单轨迹 |
| 批量获取运单数据 | /cgi-bin/express/business/order/batchget | 该接口用于批量获取运单数据 |
| 生成运单 | /cgi-bin/express/business/order/add | 该接口用于生成运单 |