Skip to main content
← Back to plugins
Order Export

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

Official documentation here

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

  1. Add the server and admin UI extensions in your vendure-config.ts
Ts
  1. Make sure your user has the permission ExportOrders
  2. After starting your server, you should be able to see the Export orders in the menu on the left side, under ' sales.'
  3. 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:

Ts

Don't forget to add the strategy to your plugin:

Ts
Changelog
  • Upgraded to Vendure 3.5.3
  • Documentation update
  • Updated official documentation URL
  • Passing Injector to export strategy
  • Deprecated orderService in 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