Create or update product and assign EPC on an antenna
Product EPC
Create or update product and assign EPC on an antenna
POST
Create or update product and assign EPC on an antenna
Documentation Index
Fetch the complete documentation index at: https://docs.buylo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Allowed number of RFID tags detected on the antenna. Defaults to 1.
Body
application/json
Your Unique product identifier
Example:
"ABC123"
Product name with translations
Example:
{
"en": "Brazil Santos Coffee",
"cs": "Brazilská káva Santos"
}
Product category
Maximum string length:
255Example:
"Coffee"
Product description with translations
Example:
{
"en": "Roasted Arabica coffee beans from Brazil",
"cs": "Pražená arabica z Brazílie"
}
European Article Number
Maximum string length:
255Example:
"8591234567890"
Brand name of the product
Maximum string length:
255Example:
"CoffeeCo"
Array of prices in different currencies
Example:
[
{ "currency": "EUR", "price": 199.99 },
{ "currency": "CZK", "price": 4999 }
]
VAT rate percentage
Required range:
x >= 0Example:
21
Unit of measurement
Maximum string length:
50Example:
"kg"
Free additional product data
Example:
{ "color": "red", "size": "L" }
Response
Created or updated product and assigned EPC