{
"skuCodes": [
"string"
],
"fnSkuCodes": [
"string"
],
"warehouseId": "string",
"current": 0,
"size": 0
}curl --location --request POST '/open/inventory/page' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"skuCodes": [
"string"
],
"fnSkuCodes": [
"string"
],
"warehouseId": "string",
"current": 0,
"size": 0
}'{
"code": 0,
"msg": "string",
"data": {
"total": 0,
"size": 0,
"current": 0,
"list": [
{
"skuCode": "string",
"fnSkuCode": "string",
"totalQuantity": 0,
"availableQuantity": 0,
"transitQuantity": 0,
"onshelfQuantity": 0,
"lockQuantity": 0,
"defectiveQuantity": 0
}
]
},
"trace": "string",
"extra": {
"property1": {},
"property2": {}
},
"ok": true
}