diff --git a/docs/content/user-guide/orders/export.mdx b/docs/content/user-guide/orders/export.mdx
new file mode 100644
index 0000000000..75c696b2f9
--- /dev/null
+++ b/docs/content/user-guide/orders/export.mdx
@@ -0,0 +1,64 @@
+---
+sidebar_position: 9
+---
+
+import UiIcon from '@site/src/components/UiIcon';
+
+# Export Orders
+
+In this document, you’ll learn how to export all orders in your Medusa store.
+
+## Overview
+
+When you export your orders, you can obtain a list of your orders and their details in a CSV file. This can be useful if you want to migrate from one Medusa server to another, or if you need the CSV file for other purposes.
+
+---
+
+## Export List of Orders
+
+To export orders:
+
+1. Go to Orders page.
+2. Click on Export Orders at the top right.
+3. Click Export in the window that opens.
+4. Click on the icon at the top right of the page.
+5. You should see your new export loading.
+6. Once the export is ready, click on the Download button.
+
+:::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.
+
+:::
+
+---
+
+## Cancel an Order Export
+
+:::info
+
+You can only cancel an unfinished order export.
+
+:::
+
+To cancel an order export:
+
+1. Click on the icon at the top right of the page.
+2. Find the export you want to cancel.
+3. Click on the cancel button.
+
+---
+
+## Delete an Order Export
+
+:::info
+
+You can only delete a finished order export.
+
+:::
+
+To delete an order export:
+
+1. Click on the icon at the top right of the page.
+2. Find the export you want to delete.
+3. Click on the Delete button.
\ No newline at end of file
diff --git a/docs/content/user-guide/products/export.mdx b/docs/content/user-guide/products/export.mdx
index 7ddd37f6d4..ba466ce494 100644
--- a/docs/content/user-guide/products/export.mdx
+++ b/docs/content/user-guide/products/export.mdx
@@ -35,8 +35,12 @@ If you face any errors or difficulties, please contact your technical support te
## Cancel a Product Export
+:::info
+
You can only cancel an unfinished product export.
+:::
+
To cancel a product export:
1. Click on the icon at the top right of the page.
@@ -47,8 +51,12 @@ To cancel a product export:
## Delete a Product Export
+:::info
+
You can only delete a finished product export.
+:::
+
To delete a product export:
1. Click on the icon at the top right of the page.