Authorization: Bearer ********************curl --location --request GET 'https://open-agent-branch.benlai.com/api/v2/product/checksale?product_ids=P0000002551&product_ids=P0000002554&product_ids=P0000002883&product_ids=P0000002893&product_ids=P0000002898&province=上海市&city=上海市&county=徐汇区' \
--header 'channel: benlai' \
--header 'shopId: 123' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "success",
"value": {
"check_list": [
{
"product_id": "P0000001608",
"is_sales": false,
"is_sales_info":{
"inventory":false,
"delivery_area":false,
"updown_status":true
}
},
{
"product_id": "P0000056446",
"is_sales": ture,
"is_sales_info":{
"inventory":true,
"delivery_area":true,
"updown_status":true
}
},
{
"product_id": "P0000012656",
"is_sales": false,
"is_sales_info":{
"inventory":false,
"delivery_area":true,
"updown_status":true
}
}
]
}
}