How-To Guide
8 min read

How to Export Orders from BigCommerce (2026 Guide)

Follow these steps to export your BigCommerce orders as a CSV file. Once exported, you can use any of our converter tools to transform the data for your target system.

Export Steps

1

Log in to your BigCommerce admin panel

Open your browser and navigate to your BigCommerce store admin at store-xxxx.mybigcommerce.com/manage. Enter your email and password to access the control panel. You need Store Owner or Staff permissions with order access to export orders.

2

Navigate to the Orders page

In the left sidebar menu, click on Orders to open the orders management page. This displays all orders with their status, customer information, and totals. You can use the search and filter options to narrow down the orders before exporting.

3

Open the Export Orders page

Click the Export button located at the top of the orders list. This takes you to the order export configuration page where you can choose your export template and file format.

4

Select an export template

Choose an export template from the dropdown menu. The Default template includes the most commonly used order fields. If you need specific columns, you can create a custom template under Settings > Export Templates by copying the Default template and selecting only the fields you need.

Tip: Create a dedicated export template for your accounting imports so you can reuse it each time without reconfiguring.
BigCommerce admin showing the order export template selection dropdown with available export templates
Choose an export template from the dropdown to define which fields are included.
5

Choose CSV as the file format

Under File Format, select Export to Microsoft Excel (CSV). This is the default and recommended format. CSV files can be opened in any spreadsheet application and are compatible with most accounting software import tools.

6

Configure export options and start the export

If you are exporting more than 1,000 orders, enable the Save export to the server for later download option to avoid browser timeouts. Click Continue to proceed, then click Export my orders to a CSV file in the confirmation popup.

Warning: For very large exports with tens of thousands of orders, the process may take several minutes. Do not close your browser tab while the export is running.
BigCommerce order export confirmation dialog showing the Export my orders to a CSV file button
Click Export my orders to a CSV file to begin the export process.
7

Download the exported CSV file

When the export is complete, click the Download my Orders file link to save the CSV to your computer. If you chose server-side export, check the export notifications area or your email for the download link.

BigCommerce export complete page showing the Download my Orders file link
Click the download link to save the exported orders CSV file.
8

Verify the exported order data

Open the downloaded CSV file in Google Sheets or a spreadsheet application. Confirm that order IDs, dates, customer names, amounts, and line items are all present and correctly formatted. Each line item in an order appears as a separate row with the order header repeated.

Tip: BigCommerce exports amounts both with and without tax in separate columns. Make sure you use the correct column for your accounting needs.

Required Orders Fields

Field Type Description Example
order_id Number Unique order identifier 1001
date_created Date/Time Order creation date/time 2025-01-15 14:30:00
order_status Text Order status Completed
customer_name Text Customer full name John Doe
customer_email Text Customer email address john@example.com
subtotal_ex_tax Currency Subtotal excluding tax 100.00
order_total Currency Grand total (with tax and shipping) 128.40
product_name Text Product name Blue Widget
quantity Number Quantity ordered 2
item_price Currency Unit price (excluding tax) 50.00

Your BigCommerce export must include these fields for successful conversion.

Next Step Once you have exported your orders, use one of the converter tools below to transform your file.

Frequently Asked Questions

BigCommerce exports orders as a CSV (Comma Separated Values) file, which can be opened in Excel or Google Sheets.
The file is usually downloaded to your browser's default Downloads folder. Check your Downloads folder or look for the download notification.