Authorization: Bearer ********************curl --location --globoff 'https://open-agent-branch.benlai.com/api/v2/product/getprice?product_ids=[%22P0000002551%22%2C%20%22P0000002554%22%2C%20%22P0000002883%22%2C%20%22P0000002893%22%2C%20%22P0000002898%22]' \
--header 'channel: benlai' \
--header 'shopId: 123' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"value": {
"price_list": [
{
"product_id": "P0000001739",
"price": 41.8,
"tax": 0,
"market_Price": 47.8,
"basic_price": 47.8
},
{
"product_id": "P0000001626",
"price": 14.8,
"tax": 3,
"market_Price": 15.8,
"basic_price": 15.8
},
{
"product_id": "P0000016208",
"price": 60,
"tax": 17,
"market_Price": 80,
"basic_price": 80
}
]
}
}