> For the complete documentation index, see [llms.txt](https://docs.licensespring.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.licensespring.com/vendor-platform/importing-exporting-data/orders-export.md).

# Orders Export

The export orders functionality allows you to extract detailed order data in CSV format for reporting, auditing, or analysis. You can export orders through the platform interface or programmatically using the Management API.

### Exporting Orders via Platform Interface

{% stepper %}
{% step %}

### Navigate to the Orders Section

Open the `Orders` menu from the sidebar and select `All Orders`, as shown below:

![All Orders Tab](/files/734e168dec73ca727003e632a277f4270b3826e8)
{% endstep %}

{% step %}

### Apply Filters (Optional)

Use the `Search Filters` option to narrow down the licenses to be exported.

Available filters include:

* **Customer Labels**: Filter licenses by associated customer labels.

![Search filters button](/files/a6de33ae939da4ab92a9890a3ea51f4429091843)
{% endstep %}

{% step %}

### Initiate the Export

Click the `Export Orders` button located in the top-right corner of the orders page.

![Export Orders Button](/files/493e3124a3d1c3e9131e0a6ca8be57815920da75)
{% endstep %}

{% step %}

### Set Export Options

In the `Export Orders` pop-up:

* Choose a **date range** for the licenses you want to export.
* Review and confirm any applied filters.
* Clear filters directly in this dialog if necessary.

![Export Orders Pop-up](/files/414d827ff70ba6c2f589f0e2986fa55c11035c66)
{% endstep %}

{% step %}

### Confirm and Export

Click the `Confirm` button to start the export process.

The platform will generate a CSV file containing the license data that matches your filters.
{% endstep %}
{% endstepper %}

### Exporting Orders via Management API

#### Exporting a Single Order

If you need to export a single order programmatically, the Management API provides an endpoint for this purpose.

For more information on how to use this endpoint, see [**Export Order**](/management-api/order/export-order.md).

#### Exporting Multiple Orders via Management API

The API also allows for exporting multiple orders in bulk.

For more information on exporting multiple orders, see [**Export Orders**](/management-api/order/export-orders.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.licensespring.com/vendor-platform/importing-exporting-data/orders-export.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
