docs: update import user guide text + add diagram in brand module guide (#12385)
This commit is contained in:
@@ -10,6 +10,8 @@ A module is a reusable package of functionalities related to a single domain or
|
||||
|
||||
In a module, you create data models and business logic to manage them. In the next chapters, you'll see how you use the module to build commerce features.
|
||||
|
||||

|
||||
|
||||
<Note>
|
||||
|
||||
Learn more about modules in [this chapter](../../../fundamentals/modules/page.mdx).
|
||||
|
||||
@@ -74,7 +74,7 @@ export const generatedEditDates = {
|
||||
"app/learn/fundamentals/api-routes/additional-data/page.mdx": "2025-04-17T08:50:17.036Z",
|
||||
"app/learn/fundamentals/workflows/variable-manipulation/page.mdx": "2025-04-24T13:14:43.967Z",
|
||||
"app/learn/customization/custom-features/api-route/page.mdx": "2024-12-09T10:39:30.046Z",
|
||||
"app/learn/customization/custom-features/module/page.mdx": "2025-03-18T07:49:30.590Z",
|
||||
"app/learn/customization/custom-features/module/page.mdx": "2025-05-06T16:10:50.090Z",
|
||||
"app/learn/customization/custom-features/workflow/page.mdx": "2024-12-09T14:36:29.482Z",
|
||||
"app/learn/customization/extend-features/extend-create-product/page.mdx": "2025-01-06T11:18:58.250Z",
|
||||
"app/learn/customization/custom-features/page.mdx": "2024-12-09T10:46:28.593Z",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
|
||||
@@ -14,7 +14,7 @@ export const generatedEditDates = {
|
||||
"app/settings/developer/page.mdx": "2025-02-25T15:11:55.392Z",
|
||||
"app/settings/profile/page.mdx": "2025-03-06T08:49:28.814Z",
|
||||
"app/settings/store/page.mdx": "2025-02-26T10:33:07.346Z",
|
||||
"app/products/import/page.mdx": "2025-02-18T12:15:03.830Z",
|
||||
"app/products/import/page.mdx": "2025-05-06T16:14:03.721Z",
|
||||
"app/products/categories/page.mdx": "2025-02-19T10:21:42.058Z",
|
||||
"app/inventory/reservations/page.mdx": "2025-02-18T13:56:28.134Z",
|
||||
"app/discounts/manage/page.mdx": "2024-05-03T17:36:38+03:00",
|
||||
|
||||
Reference in New Issue
Block a user