Skip to main content
POST

Body

name
string

Name of the product.

externalId
string

Identifier of the product in external system.

hierarchyId
string

Identifier of the hierarchy node the product belongs to.

URL of the image associated with the entity.

eans
string[]

List of EANs associated with the product.

brand
object

Represents product's brand.

suppliers
object[] | null

List of suppliers associated with the product.

saleUnit
string | null

The unit in which the product is sold (e.g., piece, pack, box).

weightUnit
string | null

The unit of weight measurement for the product (e.g., kg, g, lb).

unitOfMeasure
string | null

The measurement unit used to quantify the product (e.g., liter, meter, piece).

unitsPerPiece
number<double> | null

The number of units contained in a single piece of the product.

isWeightable
boolean | null

Indicates if the product is sold by weight.

restrictions
enum<string>[] | null

List of restrictions (e.g., Age16, Age18, etc.) associated with the product.

The restriction type applied to a product.

Available options:
Age16,
Age18,
Age20,
AlcoholOnElections
metadata
object | null

Additional metadata associated with the product.

Response

OK

The response is of type object.

Last modified on August 10, 2026