diff --git a/docs/content/user-guide/products/collections.md b/docs/content/user-guide/products/collections.md
index 79bea495f8..158fc079ac 100644
--- a/docs/content/user-guide/products/collections.md
+++ b/docs/content/user-guide/products/collections.md
@@ -1,5 +1,5 @@
---
-sidebar_position: 5
+sidebar_position: 6
---
# Manage Collections
diff --git a/docs/content/user-guide/products/import.mdx b/docs/content/user-guide/products/import.mdx
new file mode 100644
index 0000000000..8e71d4e9c8
--- /dev/null
+++ b/docs/content/user-guide/products/import.mdx
@@ -0,0 +1,70 @@
+---
+sidebar_position: 5
+---
+
+import UiIcon from '@site/src/components/UiIcon';
+
+# Import Products
+
+In this document, you’ll learn how to import products into your Medusa store.
+
+## Overview
+
+To import products, you must have the products in a CSV file. You can see a template of the CSV file during the import process.
+
+When you import products into your Medusa store, you’ll either create new products or update existing ones.
+
+---
+
+## Import List of Products
+
+To import products:
+
+1. Go to the Products page.
+2. Click on Import Products at the top right.
+3. In the new window:
+ 1. If you’re unsure of what the CSV file’s format must be like, you can download a template CSV file by clicking the icon.
+ 2. To upload the CSV file you want to import products from, either:
+ 1. Drag and drop the file into the dashed box;
+ 2. Or click on the dashed box and choose the file you want to import the products from.
+ 3. After you upload the CSV file:
+ 1. You can check the number of products to be created or updated above the uploaded file’s name.
+ 2. You can remove the file you choose by clicking the icon.
+4. Once you’re done choosing a file to import products from, click on the Import List button.
+
+This starts the import status. Based on the number of products you’re importing, it can take some time.
+
+:::note
+
+If you face any errors or difficulties, please contact your technical support team as this could be an issue in the storage integration used.
+
+:::
+
+### Check Import Status
+
+To check the status of the import:
+
+1. Click on the icon at the top right of the page.
+2. Find the product import, which should be the latest item on the list.
+
+If a loading indicator is showing, then the import process is still in progress.
+
+If the import is done, you should see the text “Import of products is done.”
+
+Once the import is done, you should find the created/updated products on the Products page.
+
+---
+
+## Cancel Import
+
+:::info
+
+You can only cancel an unfinished product import.
+
+:::
+
+To cancel a product import:
+
+1. Click on the icon at the top right of the page.
+2. Find the import you want to cancel.
+3. Click on the cancel button.
\ No newline at end of file
diff --git a/docs/content/user-guide/products/index.mdx b/docs/content/user-guide/products/index.mdx
index 6ec61ead09..c343efe116 100644
--- a/docs/content/user-guide/products/index.mdx
+++ b/docs/content/user-guide/products/index.mdx
@@ -51,4 +51,5 @@ In the list, you can see collection details such as the title, handle, and the n
- [Manage Products](./manage.mdx)
- [Manage Digital Products](./manage-digital.md)
- [Manage Collections](./collections.md)
-- [Export Products](./export.mdx)
\ No newline at end of file
+- [Export Products](./export.mdx)
+- [Import Products](./import.mdx)
\ No newline at end of file