www/apps/user-guide/app/orders/export/page.mdx
import { BellAlert, ArrowDownTray } from "@medusajs/icons"
export const metadata = {
title: Export Orders in Medusa Admin,
}
In this guide, you’ll learn how to export all orders in your Medusa store.
<Note>Order exports are available from Medusa v2.12.3. If you don't see the button to export orders in your Medusa Admin, request your technical team to upgrade your Medusa application.
</Note>When you export your orders, you download a CSV with the orders' details. This is useful to import into external systems, or for creating backups.
To export orders:
If the export fails, either during creation of the CSV file or download, make sure that the storage integration is correctly set up in your Medusa application.
You can also refer to the server logs of your Medusa application to get more information about the error.
<Note title="Cloud User?">Learn more about troubleshooting in the Logs guide.
</Note>