Skip to main content
POST
Create or update product and assign EPC on an antenna

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

antenna_uuid
string
required

Query Parameters

allowed_tags_on_antenna
number
default:1

Allowed number of RFID tags detected on the antenna. Defaults to 1.

Body

application/json
product_id
string
required

Your Unique product identifier

Example:

"ABC123"

name
object | null

Product name with translations

Example:
category
string | null

Product category

Maximum string length: 255
Example:

"Coffee"

description
object | null

Product description with translations

Example:
ean
string | null

European Article Number

Maximum string length: 255
Example:

"8591234567890"

brand
string | null

Brand name of the product

Maximum string length: 255
Example:

"CoffeeCo"

prices
object[] | null

Array of prices in different currencies

Example:
vat_rate
number<float> | null

VAT rate percentage

Required range: x >= 0
Example:

21

unit
string | null

Unit of measurement

Maximum string length: 50
Example:

"kg"

product_data
object | null

Free additional product data

Example:

Response

Created or updated product and assigned EPC

data
object
required