docs: update import user guide text + add diagram in brand module guide (#12385)

This commit is contained in:
Shahed Nasser
2025-05-06 19:56:14 +03:00
committed by GitHub
parent 74e93b3079
commit 405ee7f7f3
5 changed files with 12080 additions and 12068 deletions
@@ -27,7 +27,15 @@ When you import the CSV file, Medusa will either create or update products based
In the import form, you can download a template CSV file to see the format required for the import.
Each row in the CSV file represents a product variant to create or update. The columns in the CSV file holds the details of the product variant and its associated product. The CSV file can have the following columns:
#### CSV File Rows
Each row in the CSV file represents a product variant to create or update. So, if a product has multiple variants, each variant will have its own row in the CSV file.
For example, a product with two variants (red and blue) will have two rows in the CSV file, one for the red variant and one for the blue variant.
#### CSV File Columns
The columns in the CSV file holds the details of the product variant and its associated product. The CSV file can have the following columns:
<Table>
<Table.Header>