chore: reorganize docs apps (#7228)

* reorganize docs apps

* add README

* fix directory

* add condition for old docs
This commit is contained in:
Shahed Nasser
2024-05-03 17:36:38 +03:00
committed by GitHub
parent 224ebb2154
commit 4fe28f5a95
6187 changed files with 601447 additions and 598226 deletions
@@ -0,0 +1,63 @@
---
sidebar_position: 9
---
import { BellAlert, ArrowDownTray } from "@medusajs/icons"
export const metadata = {
title: `Export Orders`,
}
# {metadata.title}
In this document, youll learn how to export all orders in your Medusa store.
When you export your orders, you download a CSV file with the orders' details.
## Export List of Orders
{/* TODO check for correctness */}
To export orders:
1. Go to Orders page.
2. Click on the Export button at the top right.
3. Click Export in the window that opens.
4. To check the export's status, click the <InlineIcon Icon={BellAlert} alt="bell" /> icon at the top right of the page. You should see your new export loading.
6. Once the export is ready, click the <InlineIcon Icon={ArrowDownTray} alt="download" /> icon.
<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.
</Note>
---
## Cancel an Order Export
{/* TODO check for correctness and if feature is still available */}
To cancel an order export:
1. Click on the <InlineIcon Icon={BellAlert} alt="bell" /> 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
{/* TODO check for correctness and if feature is still available */}
<Note>
You can only delete a finished order export.
</Note>
To delete an order export:
1. Click on the <InlineIcon Icon={BellAlert} alt="bell" /> icon at the top right of the page.
2. Find the export you want to delete.
3. Click on the Delete button.