# 通用
| 接口名称 | 英文名 | 请求路径 |
|---|---|---|
| 获取接口调用凭据 | getAccessToken | /cgi-bin/token |
| 查询API调用额度 | getApiQuota | /cgi-bin/openapi/quota/get |
| 重置API调用次数 | clearQuota | /cgi-bin/clear_quota |
| 使用AppSecret重置API调用次数 | clearQuotaByAppSecret | /cgi-bin/clear_quota/v2 |
| 重置指定API调用次数 | clearApiQuota | /cgi-bin/openapi/quota/clear |
| 获取微信API服务器IP | getApiDomainIp | /cgi-bin/get_api_domain_ip |
| 获取微信推送服务器IP | getCallbackIp | /cgi-bin/getcallbackip |
| 网络通信检测 | callbackCheck | /cgi-bin/callback/check |
# 账号管理
| 接口名称 | 英文名 | 请求路径 |
|---|---|---|
| 获取供货商基础信息 | get_supplier_base_info | /channels/ec/supplier/base/get_supplier_base_info |
# 关联商家
| 接口名称 | 英文名 | 请求路径 |
|---|---|---|
| 获取关联的商家列表 | get_ec_list | /channels/ec/supplier/relation/get_ec_list |
| 同意商家关联申请 | accept_invitation | /channels/ec/supplier/relation/accept_invitation |
| 拒绝商家关联申请 | reject_invitation | /channels/ec/supplier/relation/reject_invitation |
# 代发单管理
| 接口名称 | 英文名 | 请求路径 |
|---|---|---|
| 获取代发单列表 | dropship_list | /channels/ec/order/dropship/supplier/list |
| 查询代发单详情 | dropship_get | /channels/ec/order/dropship/supplier/get |
| 搜索代发单 | dropship_search | /channels/ec/order/dropship/supplier/search |
# 物流发货
# 地址管理
| 接口名称 | 英文名 | 请求路径 |
|---|---|---|
| 添加地址 | addaddress | /channels/ec/merchant/address/add |
| 获取地址列表 | getaddresslist | /channels/ec/merchant/address/list |
| 获取地址详情 | getaddress | /channels/ec/merchant/address/get |
| 更新地址 | updateaddress | /channels/ec/merchant/address/update |
| 删除地址 | deleteaddress | /channels/ec/merchant/address/delete |
# 电子面单
| 接口名称 | 英文名 | 请求路径 |
|---|---|---|
| 获取面单标准模板 | ewaybill_get_template_config | /channels/ec/logistics/ewaybill/biz/template/config |
| 新增面单模板 | ewaybill_createtemplate | /channels/ec/logistics/ewaybill/biz/template/create |
| 删除面单模版 | ewaybill_deltemplate | /channels/ec/logistics/ewaybill/biz/template/delete |
| 更新面单模版 | ewaybill_updatetemplate | /channels/ec/logistics/ewaybill/biz/template/update |
| 获取面单模板信息 | ewaybill_gettemplate | /channels/ec/logistics/ewaybill/biz/template/get |
| 根据模板ID获取面单模板信息 | ewaybill_gettemplatebyid | /channels/ec/logistics/ewaybill/biz/template/getbyid |
| 查询开通的电子面单网点/账号信息 | ewaybill_getacct | /channels/ec/logistics/ewaybill/biz/account/get |
| 获取快递公司列表 | getdeliverycompanylistnew | /channels/ec/order/deliverycompanylist/new/get |
| 查询开通的快递公司列表 | ewaybill_getdeliverylist | /channels/ec/logistics/ewaybill/biz/delivery/get |
| 电子面单预取号 | ewaybill_precreateorder | /channels/ec/logistics/ewaybill/biz/order/precreate |
| 电子面单取号 | ewaybill_createorder | /channels/ec/logistics/ewaybill/biz/order/create |
| 电子面单子件追加 | ewaybill_addsuborder | /channels/ec/logistics/ewaybill/biz/order/addsuborder |
| 电子面单取消下单 | ewaybill_cancelorder | /channels/ec/logistics/ewaybill/biz/order/cancel |
| 查询面单详情 | ewaybill_getorder | /channels/ec/logistics/ewaybill/biz/order/get |
| 获取打印报文 | get_print_content | /channels/ec/logistics/ewaybill/biz/order/getprintinfo |
| 打印成功通知 | ewaybill_printorder | /channels/ec/logistics/ewaybill/biz/order/print |
| 批量打印通知 | ewaybill_batchprintorder | /channels/ec/logistics/ewaybill/biz/order/batchprint |
# 发货
| 接口名称 | 英文名 | 请求路径 |
|---|---|---|
| 代发单发货 | delivery_send | /channels/ec/order/dropship/supplier/delivery/send |
| 修改代发单物流 | delivery_update | /channels/ec/order/dropship/supplier/delivery/update |