本接口应在服务器端调用,详细说明参见服务端API。
预取消配送单接口
POST https://api.weixin.qq.com/cgi-bin/express/local/business/order/precancel?access_token=ACCESS_TOKEN
属性 | 类型 | 默认值 | 必填 | 说明 |
---|---|---|---|---|
access_token | string | 是 | 接口调用凭证 | |
shopid | string | 是 | 商家id, 由配送公司分配的appkey | |
shop_order_id | string | 是 | 唯一标识订单的 ID,由商户生成 | |
shop_no | string | 是 | 商家门店编号,在配送公司登记,闪送shop_no必填,值为店铺id | |
delivery_sign | string | 是 | 用配送公司提供的appSecret加密的校验串说明 | |
delivery_id | string | 是 | 快递公司ID | |
waybill_id | string | 是 | 配送单id | |
cancel_reason_id | number | 否 | 取消原因Id | |
cancel_reason | string | 否 | 取消原因 |
cancel_reason_id 的合法值
值 | 说明 | 最低版本 |
---|---|---|
1 | 暂时不需要邮寄 | |
2 | 价格不合适 | |
3 | 订单信息有误,重新下单 | |
4 | 骑手取货不及时 | |
5 | 骑手配送不及时 | |
6 | 其他原因( 如果选择6,需要填写取消原因,否则不需要填写 ) |
属性 | 类型 | 说明 |
---|---|---|
errcode | number | 错误码, 当errcode==0或者不存在还需要看resultcode |
errmsg | string | 错误描述 |
resultcode | number | 运力返回的错误码 |
resultmsg | string | 运力返回的错误描述 |
deduct_fee | number | 预计扣除的违约金(单位:元),精确到分 |
desc | string | 说明 |
在正式取消配送单前,商家可调用本接口查询该订单是否可以取消,取消订单配送公司需要扣除的费用是多少。各家取消规则如下:
配送公司 | 取消规则 |
---|---|
顺丰同城急送 | 配送完成前任意节点可取消配送单 |
闪送 | 配送完成前任意节点可取消配送单 |
美团配送 | 配送完成前任意节点可取消配送单 |
达达 | 骑手取货之前可取消配送单 |
{
"shopid": "123456",
"shop_order_id": "123456",
"waybill_id": "123456",
"delivery_id": "123456",
"cancel_reason_id": 1,
"cancel_reason": "",
"delivery_sign": "123456",
"shop_no": "shop_no_111"
}
{
"resultcode": 0,
"resultmsg": "ok",
"deduct_fee": 5,
"desc": "blabla"
}
immediateDelivery.onOrderAdd本文档描述服务器端接收的消息或事件,详细说明参见消息推送。真实发起下单任务消息参数Object属性...
immediateDelivery.onPreAuthCodeGet本文档描述服务器端接收的消息或事件,详细说明参见消息推送。获取预授权码消息参数Object属...
operation.realtimelogSearch本接口应在服务器端调用,详细说明参见服务端API。实时日志查询请求地址GET https://api.weixin.qq....
Windows 仅支持 Windows 7 及以上版本 # 稳定版 Stable Build (1.05.2103190) 测试版缺陷收敛后转为稳定版Windows 64 、 Windows...