Authorization: Bearer ********************curl --location --request GET 'https://open-agent-branch.benlai.com/api/v2/order/querybox?boxid=D661026147526-1' \
--header 'channel: benlai' \
--header 'shopId: 123' \
--header 'Authorization: Bearer <token>'{
"box_id": "string",
"do_id": "string",
"way_bill_no": "string",
"productlist": [
{
"product_id": "string",
"product_name": "string",
"quantity": 0,
"so_sysno": 0
}
]
}