{
"goodsId": [
318734
]
}
curl --location --request POST 'https://test-openapi.7dingdong.com/api/v1/goods/inventory' \
--header 'appKey;' \
--header 'token;' \
--header 'nonce;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"goodsId": [
318734
]
}'
{
"status": 200,
"msg": "请求成功",
"requestId": "246e3f62-3915-11ef-bd7c-08002763b2f5",
"content": [
{
"goodsId": 318734,
"totalStock": 100456,
"samplingNum": 1,
"detail": [
{
"goodsId": 318734,
"specId": 5362984,
"stock": 99457,
"packageNum": 3,
"moq": 5,
"wlMoq": 7
},
{
"goodsId": 318734,
"specId": 5363063,
"stock": 999,
"packageNum": 3,
"moq": 5,
"wlMoq": 7
}
]
}
]
}