Update ShipNo

  • 更新订单国内物流单号

Request

  • Path: oms/oms/ordership/save
  • Method: POST
  • Header:
    • Authorization: Basic c2FiZXI6c2FiZXJfc2VjcmV0
    • Blade-Auth: access_token
  • Request body example:
1
2
3
4
{
"orderNo": "demo-739669-106",
"shipNos": "YT123412341234,YT888822221111,SF232313141213"
}

Response

  • Response body example:
1
2
3
4
5
6
{
"code": 200,
"success": true,
"data": {},
"msg": "修改成功"
}
  • Possible value of {msg}:
    • 订单编号不能为空!
    • 国内物流单号不能为空!
    • 此订单编号对应订单不存在