如有对接问题或者建议请及时联系我们
{
"warehouseCode": "001",
"page": 1,
"prePage": 20,
"customerSku": [
"MA015001",
"MA019002"
]
}curl --location 'https://test-api-oms.sueytong.com/api/openApi/stock/list' \
--header 'Authorization: Bearer {{token}} ' \
--header 'Content-Type: application/json' \
--data '{
"warehouseCode": "001",
"page": 1,
"prePage": 20,
"customerSku": [
"MA015001",
"MA019002"
]
}'{
"status": "string",
"message": "string",
"data": {
"list": [
{
"warehouseCode": "string",
"customerSku": "string",
"siteCode": "string",
"customerSkuName": "string",
"available": 0,
"prepare": 0,
"place": 0,
"waitShelf": 0,
"occupy": 0
}
],
"total": 0,
"page": 0,
"prePage": 0
}
}