(上行接口)合作方提供此接口,接受客如云回调推送的订单配送状态(如商家取消配送)
授权方式:门店授权
HTTP请求方式:POST
HTTP请求头类型:Content-Type=application/json
URI: 《第三方提供》
参数名 | 类型 | 是否必填 | 参数描述 |
---|---|---|---|
orderId | Long | 是 | 客如云订单ID(与外卖下单接口中返回的tradeid一致) |
tpOrderId | String | 否 | 第三方订单号 |
deliveryStatus | Int | 是 | 配送状态:5已取消 |
delivererId | String | 否 | 配送员编号 |
deliverer | String | 否 | 配送员姓名 |
delivererPhone | String | 否 | 配送员电话 |
cancelCode | String | 否 | 取消原因编码 |
cancelReason | String | 否 | 取消原因 |
{
"orderId":1815878,
"tpOrderId":"8457845144814",
"deliveryStatus":1
}
参数名 | 类型 | 是否必填 | 参数描述 |
---|---|---|---|
code | Int | 是 | 错误码;0:成功;其他详见错误码 |
message | String | 是 | 错误说明 |
messageUuid | String | 是 | 消息uuid |
{
"code":0,
"message":"成功[OK]",
"messageUuid":"3337b6f6-9c95-4992-9fd7-dd7e1e1fc453"
}