Order Export
Export orders in your own customizable format.
npm install @pinelab/vendure-plugin-order-export
Latest version1.5.0
Compatibility>=2.2.0
Last publishedAug 8, 2025
PinelabWebshops for mission-driven brands and wholesalers
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
- 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 orders
in 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: