Authorization: Bearer ********************
curl --location -g --request GET 'https://open-agent-branch.benlai.com/api/v2/product/getprice?product_ids=["P0000002551", "P0000002554", "P0000002883", "P0000002893", "P0000002898"]' \
--header 'channel: benlai' \
--header 'shopId: 123'
{
"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
}
]
}
}