1.基本信息

POST {请求地址}/apicenter/api/order/pushOrderStatus

2.请求参数

名称 类型 中文名 必选 说明
client_code string 商户号 —-
client_type int 商户类型 第三方oms平台=2
centre_code string 仓库编码 —-
orderList Array 订单状态 —-

Path 请求参数

  1. {
  2. "client_code":"QYtest2",
  3. "client_type": 2,
  4. "centre_code":"MY-TEST-A",
  5. "orderList":[
  6. {"order_number":"zxb-kdl-0918-001",
  7. "order_source_status": "pending"
  8. },
  9. {"order_number":"zxb-kdl-0918-002",
  10. "order_source_status": "pending"
  11. }]
  12. }

3.返回结果

返回示例

200 Response

  1. {
  2. "code": 200,
  3. "data": [],
  4. "message": "success"
  5. }

4.返回参数

名称 类型 中文名 说明
message string 提示信息
data string 返回参数
code string 操作状态码 200表示成功