如有对接问题或者建议请及时联系我们
{
"warehouseCode": "001",
"page": 1,
"prePage": 20,
"customerSku": [
"MA015001",
"MA019002"
]
}
curl --location --request POST 'https://test-api-oms.sueytong.com/api/openApi/stock/skuBatchQualityList' \
--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": "test000001",
"quality": "GENUINE",
"customerSkuName": "PC自动创建",
"batchNumber": "test000001",
"productionDate": "2024-09-04",
"expiryDate": "2026-01-02",
"colorBoxVersion": "",
"bottleLabelVersion": "",
"exportLabelInfo": "",
"bomVersion": "BOMtest",
"place": 90
}
],
"total": 1,
"page": 1,
"prePage": 20
}
}