Minimal criteria: ProductData
Header | Data type | Designation | Description |
---|---|---|---|
ProviderKey | Str(50) | 🔁 Partner specific item number | Unique identification number of the partner item
|
Gtin | Int(8) | 🔁 EAN/GTIN code of the article | Unique and globally valid identification number of the article. The following data structures are permitted within the GTIN family:
|
BrandName | Str(100) | 🔁 Brand / Publisher | Manufacturer's brand of the item. Products can only be created/processed with an associated mark. |
CategoryGroup_[index] | Str(200) | Category groups of the article | The category groups, starting with the highest level CategoryGroup _1, together form a category family tree that assigns the item hierarchically.
|
ProductCategory | Str(200) | Product category of the article | The product category is the deepest (most detailed) level of all categories.
|
Weight_[unit] | Dec(8,4) | Packaging weight [mg,g,kg] | Packaging weight: Product weight plus original packaging of a retail package.
|
ProductTitle_de | Str(100) | German article/product name | Cleaned name of the item for the German-speaking region. Product names must be uniform and cleansed of specifications.
|
Supplementary minimum criteria for EU hub partners: ProductData
Header | Data type | Designation | Description |
---|---|---|---|
TARICCode | Int(6-11) od. Str(14) | Commodity code (TARIC) for the EU | TARIC database, normally consists of 11 characters (without spaces) or 14 characters (with spaces), e.g. "49019900009" or "4901 9900 00 9". The validation of the content only allows optional spaces. Other special characters are not allowed. Tariccodes with less than 11 characters are padded with zeros at the end (right). |
CountryOfOrigin | Str(2) | Country of origin | Origin (country of production) of the delivered item or country where the majority of the value creation has taken place CountryOfOrigin in the ISO 3166 ALPHA-2 standard, e.g. CH, DE |
Supplementary criteria for optimising data quality: ProdcutData
Optional criteria for future optimisation of ProductData
Minimal criteria: Media Data
Header | Data type | Designation | Description |
---|---|---|---|
ProviderKey | Str(50) | Partner specific item number | Unique identification number of the partner item
|
MainImageURL | Str(300) | First image link (HTTPS) | Cropped product image with white background, preferably frontal view. The longest edge of the images must be at least 600px (without border around the product). The size of 8 MB per image must not be exceeded.
|
ImageURL_[index] | Str(300) | Additional image links (HTTPS) | One link per column. The link must be freely accessible. JPG, JPEG and PNG are supported. The longest edge of the images must be at least 600px (without border around the product). The size of 8 MB per image must not be exceeded.
|