Authorization: Bearer ********************
curl --location -g --request GET 'https://open-agent-branch.benlai.com/api/v2/product/updownstatus?product_ids=["P0000114563", "P0000001608", "P0000002883"]' \
--header 'channel: benlai' \
--header 'shopId: 123'
{
"code": 0,
"msg": "success",
"value": {
"details": [
{
"product_id": "P0000001608",
"updownstatus": "UP"
},
{
"product_id": "P0000056446",
"updownstatus": "DOWN"
},
{
"product_id": "P0000012656",
"updownstatus": "DOWN"
}
]
}
}