Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.buylo.ai/api/product-epc/{product_epc_hash} \ --header 'Authorization: Bearer <token>'
{ "data": { "product_id": "ABC123", "name": { "en": "Brazil Santos Coffee", "cs": "Brazilská káva Santos" }, "category": "Coffee", "description": { "en": "Roasted Arabica coffee beans from Brazil", "cs": "Pražená arabica z Brazílie" }, "ean": "8591234567890", "brand": "CoffeeCo", "prices": [ { "currency": "EUR", "price": 199.99 }, { "currency": "CZK", "price": 4999 } ], "vat_rate": 21, "unit": "kg", "product_data": { "color": "red", "size": "L" } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes