Improvement
Mar 31, 2025
Adding related products in the CSV file by SKU code is done as follows:
CSV structure: Related products are defined in the
related_products
column. In this column, you can add only the SKU codes separated by commas. For example:
Then the system will create a product row where all these SKUs are linked to each other with the main images of the products.
Additional image ID: If you want to attach an additional image ID to the related product, you can do so by adding it in brackets after the SKU. For example:
Here 12
is the additional image ID that is linked to SKU100.
Importing the CSV file: Once you have prepared the CSV file, you can import it in the AI Commerce admin panel under Tools > Import. Make sure the file is UTF-8 encoded and that the columns match the system's expectations.
This process enables an efficient and flexible way to manage related products in your store.