Improvement
Mar 20, 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 include a mandatory
sku
field, which serves as the unique identifier for the product.Attributes: The export and import of selection attributes also require a
code
field, which must always be present for the system to recognize the selection.Importing categories: The CSV file for categories must include a mandatory
categories_code
, which identifies the category.
If the unique identifier is missing or empty, the row is skipped or the import is aborted with an error. This ensures that the data can be accurately merged in the system.
For more information about the structure and requirements of CSV files, please refer to our guidelines.