Order Export

Order Export

Export orders in your own customizable format.

npm install @pinelab/vendure-plugin-order-export
Latest version1.3.1
Compatibility>=2.2.0
Last publishedFeb 11, 2025
Pinelab
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

  1. Add the server and admin UI extensions in your vendure-config.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:

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