用于获取库存流水信息的列表
{
"productSku": "string",
"productSkus": [
"string"
],
"warehouseCode": "string",
"warehouseCodes": [
"string"
],
"startCreateTime": "2019-08-24T14:15:22.123Z",
"endCreateTime": "2019-08-24T14:15:22.123Z",
"commonParam": {
"pageParam": {
"pageNum": 0,
"pageSize": 0
}
}
}curl --location --request POST '/open/inventory-data/record-list' \
--header 'Authorization: {{api_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"productSku": "string",
"productSkus": [
"string"
],
"warehouseCode": "string",
"warehouseCodes": [
"string"
],
"startCreateTime": "2019-08-24T14:15:22.123Z",
"endCreateTime": "2019-08-24T14:15:22.123Z",
"commonParam": {
"pageParam": {
"pageNum": 0,
"pageSize": 0
}
}
}'{
"code": "20000",
"success": true,
"data": {
"pageNum": "1",
"pageSize": "10",
"totalCount": "5",
"totalPage": "1",
"list": [
{
"createTime": "2025-12-10 15:32:05",
"batchNo": "IR25121033342424",
"orderNo": "OC25121091913435",
"bizType": 5,
"optType": -1,
"optQty": -1,
"balanceQty": 184,
"saleQty": 184,
"lockQty": 16,
"badQty": 1,
"totalQty": 202,
"asnQty": 0,
"outQty": 0,
"returnQty": 0,
"goodReturnQty": 0,
"badReturnQty": 0,
"destroyQty": 0,
"transferQty": 0,
"totalPrice": 0.000,
"turnoverDays": 0,
"status": 1,
"openWarehouse": {
"warehouseCode": "TXYQ1"
},
"openProduct": {
"productSku": "FDG-CS120SBW-LP",
"name": "16L室外机四分段 LPG 白色(新外观)",
"nameEn": "16L室外机四分段 LPG 白色(新外观)"
}
},
{
"createTime": "2025-12-10 14:53:16",
"batchNo": "IR25121018665115",
"orderNo": "OB25121093287183",
"bizType": 2,
"optType": 1,
"optQty": 1,
"balanceQty": 43,
"saleQty": 43,
"lockQty": 157,
"badQty": 1,
"totalQty": 202,
"asnQty": 0,
"outQty": 0,
"returnQty": 0,
"goodReturnQty": 0,
"badReturnQty": 0,
"destroyQty": 0,
"transferQty": 0,
"totalPrice": 0.000,
"turnoverDays": 0,
"status": 1,
"openWarehouse": {
"warehouseCode": "CAFQ6"
},
"openProduct": {
"productSku": "SKU1234122111",
"name": "测试产品134",
"nameEn": "test"
}
},
{
"createTime": "2025-12-10 14:53:01",
"batchNo": "IR25121077679422",
"orderNo": "OC25121000598659",
"bizType": 2,
"optType": 1,
"optQty": 1,
"balanceQty": 42,
"saleQty": 42,
"lockQty": 158,
"badQty": 1,
"totalQty": 202,
"asnQty": 0,
"outQty": 0,
"returnQty": 0,
"goodReturnQty": 0,
"badReturnQty": 0,
"destroyQty": 0,
"transferQty": 0,
"totalPrice": 0.000,
"turnoverDays": 0,
"status": 1,
"openWarehouse": {
"warehouseCode": "CAFQ6"
},
"openProduct": {
"productSku": "SKU1234122111",
"name": "测试产品134",
"nameEn": "test"
}
},
{
"createTime": "2025-12-10 14:52:34",
"batchNo": "IR25121027565753",
"orderNo": "OC25121000598659",
"bizType": 5,
"optType": -1,
"optQty": -1,
"balanceQty": 41,
"saleQty": 41,
"lockQty": 159,
"badQty": 1,
"totalQty": 202,
"asnQty": 0,
"outQty": 0,
"returnQty": 0,
"goodReturnQty": 0,
"badReturnQty": 0,
"destroyQty": 0,
"transferQty": 0,
"totalPrice": 0.000,
"turnoverDays": 0,
"status": 1,
"openWarehouse": {
"warehouseCode": "CAFQ6"
},
"openProduct": {
"productSku": "SKU1234122111",
"name": "测试产品134",
"nameEn": "test"
}
},
{
"createTime": "2025-12-10 14:49:10",
"batchNo": "IR25121011254540",
"orderNo": "OB25121093287183",
"bizType": 5,
"optType": -1,
"optQty": -1,
"balanceQty": 42,
"saleQty": 42,
"lockQty": 158,
"badQty": 1,
"totalQty": 202,
"asnQty": 0,
"outQty": 0,
"returnQty": 0,
"goodReturnQty": 0,
"badReturnQty": 0,
"destroyQty": 0,
"transferQty": 0,
"totalPrice": 0.000,
"turnoverDays": 0,
"status": 1,
"openWarehouse": {
"warehouseCode": "CAFQ6"
},
"openProduct": {
"productSku": "SKU1234122111",
"name": "测试产品134",
"nameEn": "test"
}
}
]
},
"message": "请求成功",
"errors": [],
"timestamp": "1769083429159",
"duration": 0.12,
"requestId": "bea6752f8a3b4be794ac706917230105"
}