Authorization: Bearer ********************curl --location -g --request GET 'https://open-agent-branch.benlai.com/api/v2/product/inventory?product_ids=["P0000002551", "P0000002554", "P0000002883", "P0000002893", "P0000002898"]&province=上海市&city=上海市&county=徐汇区' \
--header 'channel: benlai' \
--header 'shopId: 123' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"value": {
"product_list": [
{
"product_id": "P0000001626",
"qty": 150
},
{
"product_id": "P0000001736",
"qty": 100
},
{
"product_id": "P0000001737",
"qty": 0
},
{
"product_id": "P0000001627",
"qty": 40
},
{
"product_id": "P0000016208",
"qty": 0
},
{
"product_id": "P0000001739",
"qty": 0
}
]
}
}