docs: update import user guide text + add diagram in brand module guide (#12385)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user