Skip to main content
POST
Create product from EAN registry

Authorizations

Authorization
string
header
required

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

Body

application/json
ean
string
required

European Article Number. Digits only; any length.

Pattern: ^\d+$
Example:

"8594001524129"

epc_ids
string[] | null

Optional. If provided, these EPC IDs are attached to the newly created product in the same transaction.

Example:

Response

Product successfully created from EAN registry

data
object
required