Parannus
20.3.2025
Unique identifiers are mandatory in all CSV files used for importing and exporting products, attributes, or categories in the AI Commerce system. For example:
Products: The CSV file must contain a mandatory
sku
field, which serves as the unique identifier for the product.Attributes: Exporting and importing selection attributes also requires the
code
field, which must always be present to enable the system to recognize the selection.Category Import: The CSV file for categories has a mandatory
categories_code
, which uniquely identifies the category.
If the unique identifier is missing or empty, the row is skipped, or the import is interrupted with an error. This ensures data can be correctly aligned in the system.
For more information on the structure and requirements of CSV files, please refer to our documentation.