{
"success": true,
"code": 0,
"message": "string",
"requestId": "string",
"errorData": {
"key": {}
},
"data": {
"itemStockList": [
{
"outWarehouseId": "string",
"outItemId": "string",
"itemNo": "string",
"quantity": 0,
"skuList": [
{
"quantity": 0,
"skuNo": "string",
"outSkuId": "string"
}
]
}
]
}
}