如有对接问题或者建议请及时联系我们
{
"warehouseCode": "001",
"page": 1,
"prePage": 20,
"customerSku": [
"MA015001",
"MA019002"
]
}
curl --location --request POST 'https://test-api-oms.sueytong.com/api/openApi/stock/skuQualityList' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"warehouseCode": "001",
"page": 1,
"prePage": 20,
"customerSku": [
"MA015001",
"MA019002"
]
}'
{
"status": "0",
"message": "请求成功",
"debug": null,
"data": {
"list": [
{
"warehouseCode": "SY-ID001",
"siteCode": "ID",
"customerSku": "zdcjpc-11",
"quality": "GENUINE",
"customerSkuName": "测试8个字符打印sss",
"prepare": 0,
"waitShelf": 0,
"place": 10,
"occupy": 0,
"available": 10
},
{
"warehouseCode": "SY-ID001",
"siteCode": "ID",
"customerSku": "zdcjpc-11",
"quality": "BL",
"customerSkuName": "测试8个字符打印sss",
"prepare": 0,
"waitShelf": 0,
"place": 59,
"occupy": 0,
"available": 59
}
],
"total": 2,
"page": 1,
"prePage": 20
}
}