www/apps/user-guide/app/inventory/export/page.mdx
import { BellAlert, ArrowDownTray } from "@medusajs/icons"
export const metadata = {
title: Export Inventory Items in Medusa Admin,
}
In this guide, you'll learn how to export inventory items in your Medusa store.
<Note>Inventory export is available from Medusa v2.19.0. If you don't see the Export option in your Medusa Admin, request your technical team to upgrade your Medusa application.
</Note>The Medusa Admin dashboard allows you to export your inventory items as a CSV file. This is useful for importing into external systems, or for creating backups.
When you export your inventory items, you download a CSV file with the items' details, including their quantities per stock location.
To export inventory items:
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>