> ## Documentation Index
> Fetch the complete documentation index at: https://spreecommerce.org/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Export Orders

> Learn how to export orders to CSV in Spree Commerce.

As an admin, you might want to export order data for a variety of reasons - tracking sales trends, reconciling financial records, or sharing order details with other teams. Spree makes it easy to export this data in a clean CSV format.

## How to Export Orders

To export orders to CSV, navigate to the **Orders** tab of the admin dashboard.

<img src="https://mintcdn.com/spreecommerce/NSLU37Bd58SLfeus/images/user/orders/export-orders/2-select-records.png?fit=max&auto=format&n=NSLU37Bd58SLfeus&q=85&s=5fd8c1684f11d8ec4138bc4b08166be1" alt="How to export orders in the Spree Commerce dashboard" width="3058" height="1810" data-path="images/user/orders/export-orders/2-select-records.png" />

Click the **Export** button in the top-right corner, and a popup will appear

<Note>
  If you only want to export a subset of the data, apply filters using the filter controls at the top of the order view before clicking Export.
</Note>

<img src="https://mintcdn.com/spreecommerce/NSLU37Bd58SLfeus/images/user/orders/export-orders/1-orders-tab.png?fit=max&auto=format&n=NSLU37Bd58SLfeus&q=85&s=a70653e99b211225f6775347a9f3cb35" alt="Selecting order record to export in Spree Commerce" width="1860" height="1062" data-path="images/user/orders/export-orders/1-orders-tab.png" />

Next, choose which records to export:

* **Filtered Records** - Exports only the orders currently visible based on your applied filters (e.g., date range, payment state).
* **All** - Exports the entire order history.

Once selected, click **Export**, annd a download link for the CSV file will be sent to the email address associated with your admin user account.
