版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

字段名称
类型是否必填备注
warehouseCode

String
仓库代码
moveType

short移位类型
  • 0(临时移位)
  • 1(预测移位)
  • 2(反向移位)
     
remark

String备注
skuList

List<WmsMoveOrderItemDTO>
商品列表
WmsMoveOrderItemDTO




invAgingId
Long
库龄id

sku
String
商品编码

shipperId
Integer
客户id

originZone
String
原始库区

originLocation
String
原始库位

targetZone
String
目标库区

targetLocation
String
目标库位

batchNo
String
批次号

moveQty
Integer
移动数量

locationType
Integer
库位类型
moveQtydeleteSkuIds

Integer
List<Long>
移动数量删除商品列表

请求样例

{

...


    "moveType": 2,
    "warehouseCode": "

...

    "remark":"test",

...

jofo_test_001",
    "remark": "",
    "skuList": [
        {
            "invAgingId":"2507251213081000003",
            "batchNo": "BN188392507250002",
            "locationType": 1,
            "shipperId": 18839,
            "sku": "JO1883925072200001S",
            "

...

originZone":

...

"JH001",
            "originLocation": "JH001-01-01-01-03",
            "targetZone": "

...

BH001",
           

...

"targetLocation": "

...

A001",
           

...

"moveQty":

...

2
        }
    ]
}




返回样例

{

...

    "code": "0",

...

    "data": "SM250729005",
    "errors": "",
    "message": "moveNo",
    "messageId": "",
    "success": true,
    "warnList": ""
}

{
    "code": "3",
    "data": "",
    "errors": "",
    "message": "不支持创建移位单的sku",
    "messageId": "",
    "success": false,
    "warnList": ""
}

{
    "code": "3",
    "data": "",
    "errors": "",

...

    "message": "请上传正确的库龄id",

...

    "messageId": "",

...

    "success":

...

false,

...

    "warnList": ""
}