内部o2o订单状态变化后,同步给外部的OMS
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
seller_id | Number | 必须 | 1122 | 商家ID | |
store_id | Number | 必须 | 1222 | 门店ID | |
user_id | Number | 必须 | 333 | 用户ID | |
biz_order_id | String | 必须 | 222333 | 订单号 | |
event_code | String | 必须 | ORDER_STATUS_CHANGE | 订单状态变更事件Code | |
event_desc | String | 必须 | 订单状态变更 | 订单状态变更事件描述 | |
order_status | String | 必须 | 20 | 订单状态,20:支付,30:已发货,60:交易完成,75:已退款 | |
operator_status | String | 必须 | 1 | 操作状态,1:已接单,3:打包中,5:打包完成,7:商家取消 | |
delivery_status | String | 必须 | 5 | 物流状态,1:已接单,2:分配骑手,4:骑手已到店,5:已取货,6:配送中,10:已送达,11:异常,7:已取消 | |
rx_audit_status | String | 必须 | 1 | 处方药订单审核状态,1:审核通过,-1:审核拒绝,9:审核超时 | |
rx_audit_time | Number | 必须 | 123233 | 处方药订单审核时间,ms | |
delivery_time | Number | 必须 | 233333 | 物流状态变更时间,ms | |
operator_time | Number | 必须 | 33445555 | 操作状态时间,ms | |
sub_biz_order_ids | String | 必须 | 111,2222,333 | 子订单号,多个以逗号分开 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | OrderResult | 返回结果 | |
|
1 |
1 2 3 4 5 6 7 8 | { "result":{ "data":true, "failCode":"SAVE_FAIL", "failMessage":"保存失败", "success":true } } |
1 | {"result":{"success":"false","failCode":"Illegal request","failMessage":"sign-check-failure"}} |
错误码 | 错误描述 | 解决方案 |
---|