Order Export
Export orders in your own customizable format.
Version1.6.0
Compatibility>=2.2.0
CategoryAdmin tools
Downloads1.2K monthly
Last updatedFeb 5, 2026
This plugin allows administrators to export orders to a file. The default exports orders and their totals to a csv file. You can implement your own strategy to determine what and how data is exported.
Getting started
- Add the server and admin UI extensions in your
vendure-config.ts
- Make sure your user has the permission
ExportOrders - After starting your server, you should be able to see the
Export ordersin the menu on the left side, under ' sales.' - Select a date range, select an export strategy and click export!
Custom export strategies
You can easily implement your own export strategy and pass it to the plugin:
Don't forget to add the strategy to your plugin:
Changelog
- Upgraded to Vendure 3.5.3
- Documentation update
- Updated official documentation URL
- Passing
Injectorto export strategy - Deprecated
orderServicein export strategy
- Upgrade to Vendure to 3.3.2
- Fix UI labels
- Hide time picker, because it defaults to beginning and end time of selected dates
- Update Vendure to 3.1.1
- Update compatibility range (#480)
- Updated Vendure to 2.2.6
- Updated vendure to 2.1.1
