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.

brand
object

Represents product's brand.

eans
string[]

List of EANs associated with the product.

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).

units
number<double> | null

Total weight of the product.

unitOfMeasure
string | null

The measurement unit used to quantify the product (e.g., kg, 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
string[] | null

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

metadata
object | null

Additional metadata associated with the product.

depositItemExternalId
string | null

Deposit item's externa id (from external system) associated with the product.

hamperItemExternalIds
string[] | null

Hamper item's external ids (from external system) associated with the product.

prices
object[]

Artices prices per store.

Response

OK

The response is of type object.

Last modified on August 10, 2026