Bulk Data Operations
βBulk data operationsβ in PayRequest today means two things: mass-updating existing records with Bulk Actions, and pulling records out to CSV with Export. Both live in the same place and share the same selection tools.There is currently no CSV import tool for creating customers, products, invoices, or orders in bulk β records are created individually or through the checkout/API flow. If you need to migrate a large dataset into PayRequest, contact support.
Where to Find It
Go to Dashboard β Bulk Actions (/bulk). From there you can:
- Select items manually, or filter by tag with AND/OR logic
- Apply a mass action (price adjustments, pause/resume/cancel subscriptions, tag changes, status updates, and more depending on entity type)
- Export the selected items to CSV
Working With Larger Datasets
- Every bulk action is validated before it runs β errors block execution, warnings let you proceed with caution
- Every action is logged in the Bulk Actions history with the entity type, action, item count, and result, so large changes stay auditable
- For read-only analysis of large datasets, export to CSV and work in a spreadsheet rather than paging through the dashboard
FAQ
Can I bulk-import customers or products from a CSV?
Can I bulk-import customers or products from a CSV?
Not today. PayRequest doesnβt have a self-service CSV import tool for customers, products, invoices, or orders. If youβre migrating from another platform, reach out to support.
What's the difference between this page and Bulk Operations / Export Functions?
What's the difference between this page and Bulk Operations / Export Functions?
Theyβre the same feature described from different angles. This page is a quick pointer; Bulk Operations covers every mass-update action in detail, and Export Functions covers CSV export specifically.
Is there an API for bulk data operations?
Is there an API for bulk data operations?
You can read and write records programmatically via the API, which is often a better fit for scripted, recurring, or large-scale data operations than the dashboard UI.
Next Steps
Bulk Operations
Full list of mass actions by entity type
Export Functions
CSV export details and column reference