订单确认收货

接口调用请求说明

把订单状态从30(待收货)流转到100(完成)

  1. http请求方式:POST
  2. https://api.weixin.qq.com/shop/delivery/recieve?access_token=xxxxxxxxx

请求参数示例

  1. {
  2. "order_id": 123456,
  3. "out_order_id": "xxxxx",
  4. "openid": "oTVP50O53a7jgmawAmxKukNlq3XI",
  5. }

回包示例

  1. {
  2. "errcode": 0,
  3. "errmsg":"ok"
  4. }

请求参数说明

参数类型是否必填说明
order_idnumber订单ID
out_order_idstring商家自定义订单ID,与 order_id 二选一
openidstring用户的openid

回包参数说明

参数类型说明
errcodenumber错误码
errmsgstring错误信息