{
"goodsId": [
318734
]
}curl --location --request POST 'https://test-openapi.7dingdong.com/api/v2/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": "7788a33a-84a6-11f0-97ea-080027db4a40",
"content": [
{
"goodsId": 280614,
"totalStock": 11471,
"samplingNum": 1,
"nonPackage": 1,
"detail": [
{
"goodsId": 280614,
"specId": 539542,
"stock": 11471,
"packageNum": 6,
"moq": 1,
"wlMoq": 1
}
]
},
{
"goodsId": 318734,
"totalStock": 99958,
"samplingNum": 1,
"nonPackage": 2,
"detail": [
{
"goodsId": 318734,
"specId": 5362984,
"stock": 99958,
"packageNum": 1,
"moq": 1,
"wlMoq": 3
}
]
}
]
}