Skip to Content
FluxStore is currently invite-only. Some sections of this documentation are still being written and expanded.
Import & ExportData Export

Data Export

Export your FluxStore data as CSV or JSON for accounting, backups, or external analysis.

What You Can Export

Export TypeDescription
OrdersTransaction ID, customer, package, amount, status, date, payment gateway
CustomersUsername, email, UUID, total spend, order count, first seen date
PackagesName, price, category, status, creation date

Formats

  • CSV. Best for spreadsheets and accounting software.
  • JSON. Best for developer tools and programmatic processing.

Filters

Order exports support date range and status filters, along with an option to include or exclude imported orders. Customer and package exports include all records without additional filters.

How to Export

Go to Dashboard > Import/Export > Export, select the export type, configure any filters, choose CSV or JSON, and click Export. The file downloads automatically once processing is complete.

Use Cases

  • Accounting. Export completed orders for revenue tracking and tax reporting.
  • Backups. Periodically export all data types as a safety net alongside database backups.
  • Analysis. Feed order and customer data into external analytics or business intelligence tools.
  • Migration. Take your data with you if you ever move to another platform.