How-To Guide
7 min read

How to Export Products from WooCommerce (2026 Guide)

Follow these steps to export your WooCommerce products 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 WordPress admin dashboard

Navigate to yoursite.com/wp-admin and sign in with your administrator or shop manager credentials. You need sufficient permissions to access the WooCommerce product management area.

2

Navigate to the Products page

In the WordPress admin sidebar, click on Products and then All Products. This opens the product list page showing all your store's products, including simple, variable, grouped, and external product types.

WooCommerce admin All Products page showing the product list with the Export button visible at the top
The Products page lists all your store products with the Export button at the top.
3

Click the Export button

At the top of the All Products page, locate and click the Export button. This opens the built-in WooCommerce product CSV exporter dialog where you can configure what data to include in your export file.

WooCommerce product export page with the Export button highlighted at the top of the All Products list
Click Export at the top of the products list to open the export dialog.
4

Select columns to export

In the export dialog, use the dropdown to choose which columns to include. You can select Export All Columns to get everything, or pick specific fields like Name, SKU, Regular Price, Sale Price, Categories, Stock, and Description. For a complete backup or migration, select all columns.

Tip: If you only need to update prices or inventory, export just those columns plus the product ID to keep the file manageable.
WooCommerce product export settings dialog showing column selection, product type, and category filter options
Configure which columns, product types, and categories to include in the export.
5

Choose product types and categories

Optionally filter your export by product type (Simple, Variable, Grouped, External) and by category. This is helpful if you only need to export products from a specific collection or of a certain type. Leave both set to All if you want a complete catalog export.

6

Generate and download the CSV

Click the Generate CSV button to start the export. WooCommerce will process your products and automatically prompt your browser to download the file. For large catalogs with hundreds or thousands of products, this may take a minute to complete.

Warning: Do not navigate away from the page while the export is processing, as this will cancel the download.
7

Verify the exported product data

Open the downloaded CSV file in Google Sheets or a text editor to confirm the data is complete and properly formatted. Check that product names, prices, SKUs, and stock quantities are present and correct. Variable products will have their variations exported as separate rows linked by the parent product ID.

Required Products Fields

Field Type Description Example
ID Number Product ID 101
Type Text Product type simple
Name Text Product name/title Blue Widget

Your WooCommerce export must include these fields for successful conversion.

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

Frequently Asked Questions

WooCommerce exports products 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.