Authorization: Bearer ********************curl --location --globoff 'https://open-agent-branch.benlai.com/api/v2/product/inventory?product_ids=[%22P0000002551%22%2C%20%22P0000002554%22%2C%20%22P0000002883%22%2C%20%22P0000002893%22%2C%20%22P0000002898%22]&province=%E4%B8%8A%E6%B5%B7%E5%B8%82&city=%E4%B8%8A%E6%B5%B7%E5%B8%82&county=%E5%BE%90%E6%B1%87%E5%8C%BA' \
--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
}
]
}
}