Improvement
Mar 20, 2025
Unique identifiers are now required in all CSV files used for importing and exporting products, attributes, or categories in AI Commerce Cloud. For example:
Products: The CSV file must include a mandatory sku field, which serves as the unique identifier for each product.
Attributes: CSV files for importing and exporting selection attributes must include the code field, which is essential for the system to correctly recognize each option.
Categories: Category CSV files require the categories_code field to uniquely identify each category.
If a unique identifier is missing or empty, the row will be skipped or the import will fail with an error. This ensures that data is matched correctly within the system.
You can find more details on CSV file structure and requirements in our documentation.