You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: www/apps/user-guide/app/products/import/page.mdx
+22-14
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ When you import the CSV file, Medusa will either create or update products based
21
21
22
22
### CSV File Format
23
23
24
-
In the import form, you can download a template CSV file to see the format required for the import. The CSV file can have the following columns:
24
+
In the import form, you can download a template CSV file to see the format required for the import.
25
25
26
-
{/* TODO need updates */}
26
+
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:
27
27
28
28
<Table>
29
29
<Table.Header>
@@ -74,8 +74,8 @@ In the import form, you can download a template CSV file to see the format requi
74
74
<Table.Cell>The ID of the product type.</Table.Cell>
75
75
</Table.Row>
76
76
<Table.Row>
77
-
<Table.Cell>`Product Category 1`</Table.Cell>
78
-
<Table.Cell>The primary categoryof the product.</Table.Cell>
77
+
<Table.Cell>`Product Category *`</Table.Cell>
78
+
<Table.Cell>The ID of a product category, where `*` is the number of the category, allowing you to add more than one category. For example, `Product Category 1`. </Table.Cell>
79
79
</Table.Row>
80
80
<Table.Row>
81
81
<Table.Cell>`Product Created At`</Table.Cell>
@@ -87,7 +87,7 @@ In the import form, you can download a template CSV file to see the format requi
87
87
</Table.Row>
88
88
<Table.Row>
89
89
<Table.Cell>`Product Discountable`</Table.Cell>
90
-
<Table.Cell>Whether the product can be discounted. Can be `TRUE` or `FALSE`.</Table.Cell>
90
+
<Table.Cell>Whether the product can be discounted. Can be `true` or `false`.</Table.Cell>
91
91
</Table.Row>
92
92
<Table.Row>
93
93
<Table.Cell>`Product Height`</Table.Cell>
@@ -99,7 +99,7 @@ In the import form, you can download a template CSV file to see the format requi
99
99
</Table.Row>
100
100
<Table.Row>
101
101
<Table.Cell>`Product Image *`</Table.Cell>
102
-
<Table.Cell>The URL of a product image, where `*` is the image's number. For example, `Product Image 1`.</Table.Cell>
102
+
<Table.Cell>The URL of a product image, where `*` is the image's number, allowing you to add more than one image. For example, `Product Image 1`.</Table.Cell>
103
103
</Table.Row>
104
104
<Table.Row>
105
105
<Table.Cell>`Product Length`</Table.Cell>
@@ -119,7 +119,11 @@ In the import form, you can download a template CSV file to see the format requi
119
119
</Table.Row>
120
120
<Table.Row>
121
121
<Table.Cell>`Product Tag *`</Table.Cell>
122
-
<Table.Cell>The ID of the product's tag, where `*` is the tag's number. For example, `Product Tag 1`.</Table.Cell>
122
+
<Table.Cell>The ID of the product's tag, where `*` is the tag's number, allowing you to add more than one tag. For example, `Product Tag 1`.</Table.Cell>
<Table.Cell>The ID of a sales channel the product is available in, where `*` is the sales channel's number, allowing you to add more than one sales channel. For example, `Product Sales Channel 1`.</Table.Cell>
123
127
</Table.Row>
124
128
<Table.Row>
125
129
<Table.Cell>`Product Updated At`</Table.Cell>
@@ -133,10 +137,6 @@ In the import form, you can download a template CSV file to see the format requi
133
137
<Table.Cell>`Product Width`</Table.Cell>
134
138
<Table.Cell>The width of the product.</Table.Cell>
135
139
</Table.Row>
136
-
<Table.Row>
137
-
<Table.Cell>`Shipping Profile Id`</Table.Cell>
138
-
<Table.Cell>The ID of the product's shipping profile.</Table.Cell>
139
-
</Table.Row>
140
140
<Table.Row>
141
141
<Table.Cell>`Variant Id`</Table.Cell>
142
142
<Table.Cell>The ID for an existing variant to update. The variant must belong to the product specified in the `Product Id` column. If provided, no other variant-related columns are required.</Table.Cell>
@@ -167,11 +167,11 @@ In the import form, you can download a template CSV file to see the format requi
<Table.Cell>Whether the variant allows backorders. Can be `TRUE` or `FALSE`.</Table.Cell>
174
+
<Table.Cell>Whether the variant allows backorders. Can be `true` or `false`.</Table.Cell>
175
175
</Table.Row>
176
176
<Table.Row>
177
177
<Table.Cell>`Variant Barcode`</Table.Cell>
@@ -217,6 +217,10 @@ In the import form, you can download a template CSV file to see the format requi
217
217
<Table.Cell>`Variant Price *`</Table.Cell>
218
218
<Table.Cell>The price of the variant in a currency, where `*` is the currency's ISO code. For example, `Variant Price USD`.</Table.Cell>
219
219
</Table.Row>
220
+
<Table.Row>
221
+
<Table.Cell>`Variant Price [X] Y`</Table.Cell>
222
+
<Table.Cell>The price of the variant in a region, where `X` is the region's name, and `Y` is the ISO currency code of the region. For example, `Variant Price Europe [EUR]`.</Table.Cell>
223
+
</Table.Row>
220
224
<Table.Row>
221
225
<Table.Cell>`Variant Product Id`</Table.Cell>
222
226
<Table.Cell>The ID of the product the variant belongs to.</Table.Cell>
@@ -227,7 +231,7 @@ In the import form, you can download a template CSV file to see the format requi
227
231
</Table.Row>
228
232
<Table.Row>
229
233
<Table.Cell>`Variant Variant Rank`</Table.Cell>
230
-
<Table.Cell>The rank of the variant.</Table.Cell>
234
+
<Table.Cell>The rank of the variant among its siblings. Can be `0` or higher.</Table.Cell>
231
235
</Table.Row>
232
236
<Table.Row>
233
237
<Table.Cell>`Variant Weight`</Table.Cell>
@@ -237,6 +241,10 @@ In the import form, you can download a template CSV file to see the format requi
237
241
<Table.Cell>`Variant Width`</Table.Cell>
238
242
<Table.Cell>The width of the variant.</Table.Cell>
239
243
</Table.Row>
244
+
<Table.Row>
245
+
<Table.Cell>`Shipping Profile Id`</Table.Cell>
246
+
<Table.Cell>The ID of the shipping profile that the product belongs to.</Table.Cell>
0 commit comments