Authorization: ********************
{ "barcode": "6921168509256" }
curl --location 'https://sms.crmeb.net/api//api/v2/barcode/query' \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "barcode": "6921168509256" }'
{ "status": 200, "msg": "ok", "data": { "barcode": "6921168509256", "found": true, "name": "农夫山泉饮用天然水550ml", "brand": "农夫山泉", "spec": "550ml", "net_content": "550ml", "manufacturer": "农夫山泉股份有限公司", "category": "饮料", "price": "2.00", "origin_country": "中国", "sale_date": "2025-03-01", "images": [ "https://example.com/goods/6921168509256.jpg" ], "provider": "aliyun", "extra": { "shelf_life": "12个月", "certificate_standard": "GB19298" } } }