Import Data
Upload CSV or TSV files to import ticket order data. Records are upserted on barcode — re-importing the same file will update existing records instead of creating duplicates.
Upload File
File Format Guide
Upload a CSV or TSV file with the following columns (column names are case-insensitive, use underscores):
order_id, shop_name, event_name, barcode, first_event_date_start, last_event_date_end, first_name, last_name, email, ticket_name, order_status, ticket_invalidated, ticket_invalidated_at, created_at, ticket_value, ticket_fees, payment_method, device
Required fields: order_id, shop_name, event_name, barcode, created_at
The barcode field is the unique identifier. Re-importing the same barcode will update the existing record (e.g., status changes from active to invalidated).