Export orders in your own customizable format.
npm install @pinelab/vendure-plugin-order-export
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.
vendure-config.ts
ExportOrders
Export orders
in the menu on the left side, under '
sales.'You can easily implement your own export strategy and pass it to the plugin:
Don't forget to add the strategy to your plugin: