1. Home
  2. Knowledge Base
  3. Bookings for WooCommerce
  4. How to export bookings to a CSV file
  1. Home
  2. Knowledge Base
  3. Exporting
  4. How to export bookings to a CSV file

How to export bookings to a CSV file

Bookings for WooCommerce has an export feature that allows you to export details of booking to a CSV file. Just specify the start and end date and hit ‘Export’.

Generating a report

Go to Bookings → Export in your WordPress admin.

  1. Enter a Start date and End date using the date pickers
  2. Click Export CSV
  3. The file will download automatically
Export WooCommerce bookings to a CSV file

The report includes all bookings whose start date falls within the selected range, excluding any bookings that have been removed.

CSV columns

ColumnDescription
Booking IDThe internal ID of the booking post
Order IDThe WooCommerce order associated with the booking, if any
ProductThe name of the bookable product
Date booking madeThe date the booking was created
Start dateThe first day of the booking
End dateThe last day of the booking
Booking lengthDuration of the booking — days, nights, weeks, or hours for day-based bookings; hours and minutes for time slot bookings
First nameCustomer’s first name, taken from the order billing details
Last nameCustomer’s last name, taken from the order billing details
EmailCustomer’s email address
PhoneCustomer’s phone number from the order billing details
Amount paidThe order total including currency symbol

Customer data

Customer details are taken from the billing address on the associated WooCommerce order. If no order exists (e.g. a manually created booking), the plugin falls back to the customer’s WordPress user profile for name and email.

Notes

  • The date range filters on the booking’s start date, not the date the order was placed
  • Bookings with a status of Removed are excluded from the report
  • The CSV includes a UTF-8 byte order mark (BOM) for correct character display in Excel
  • The Amount paid reflects the full order total – if an order contains multiple items, the total covers all of them, not just the booking

Was this article helpful?