docs: update orders user guide (#11498)

This commit is contained in:
Shahed Nasser
2025-02-17 18:16:23 +02:00
committed by GitHub
parent 32c5015f56
commit 0cbe71597e
14 changed files with 696 additions and 866 deletions
@@ -1,63 +0,0 @@
---
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.