Risk Free, Backed By Our 90-Day Money Back Guarantee
 - 
Read More
Lifetime Licenses Are Ending Soon, Get Yours Before They're Gone
 - 
Read More
Risk Free, Backed By Our 90-Day Money Back Guarantee
Pricing

You may have seen some references on our site to annual licensing or renewals.

All plugins currently come with a lifetime license, no matter what the site says.

We’re currently running tests before we make the switch to annual pricing. Check the Discounts tab to purchase our other plugins and get a lifetime license before they’re gone.

I Understand I Have a Lifetime License
Now is your last chance to buy a lifetime license before we switch to annual pricing. Existing licenses will be unaffected.
Read More
200,000+ Active Installs
1500+ 5 Star Reviews
Now is your last chance to buy a lifetime license before we switch to annual pricing. Existing licenses will be unaffected.
Read More
200,000+ Active Installs
1500+ 5 Star Reviews

WP All Import vs WooCommerce Product CSV Importer and Exporter

There are two reasonable options for importing and exporting WooCommerce products. The WooCommerce Product CSV Importer and Exporter is the free tool that ships with WooCommerce core. WP All Import is the premium plugin with deeper features. The real question is not which plugin is "better," but at what point your store outgrows the built-in tool and what WP All Import actually adds once you cross that line.

In this comparison, we'll walk you through where each tool works well, where each one hits a wall, and what changes when you upgrade.

Quick Comparison: WP All Import vs WooCommerce Product CSV Importer and Exporter

FeaturesWP All ImportWooCommerce built-in
PriceFrom $169 per year or $1,299 lifetimeFree
File formatsCSV, XML, Excel, Google SheetsCSV only
Variable productsFour linking methods, single importSupported with strict CSV format
Custom fieldsACF, Meta Box, JetEngine, WPML, Yoast, inline PHPScalar meta via meta: prefix
SchedulingCron + paid serviceNo
Update without duplicatesYes (selective fields)Partial (combine create/update only)
Mapping interfaceDrag-and-dropDropdown-based
WordPress.org rating4.7 out of 5 (1,960 reviews)N/A (built-in feature)

The built-in tool is a competent option for stores running a single, simple CSV import of standard WooCommerce products. Once your store grows past one-time migrations, you start hitting hard limits that the built-in tool cannot solve.

built in product import and export tool in WooCommerce

WP All Import is the upgrade path most stores eventually take, and the gap between the two WooCommerce product import plugins widens significantly as your catalog gets more complex.

WP All Import plugin to import WooCommerce product data

Variable Product Handling

WP All ImportWooCommerce built-in
Variable productsFull supportSupported with strict format
Linking methodsParent SKU, parent ID, group ID, XML child elementsParent SKU or parent ID only
WorkflowSingle importTwo imports (parent, then variations)
"Used for variations" flagHandled correctly via dedicated fieldSet indirectly, easily breaks
Variable-specific documentationDetailed guide with screenshotsMinimal documentation

Variable products are the single most common point of failure in WooCommerce product imports. The built-in tool handles them, but the experience is fragile enough that even WooCommerce's own GitHub repository has open issues about it going back years.

The core problem is that the built-in importer expects a strict CSV row order: parent row first, then variation rows in sequence, each with the parent SKU or ID filled in correctly. If a row is misordered, or if the parent row is missing, or if the "Used for variations" option does not propagate, variations either import as flat simple products or fail to attach to their parent. The option is set indirectly based on whether an attribute appears in a variation row, which is poorly documented and easy to break by renaming an attribute.

WP All Import handles variable products through four explicit linking methods. You choose parent SKU, parent ID, group ID, or XML child elements, depending on how your file is structured. The plugin has dedicated Attributes and Variations tabs on the mapping screen that handle each relationship explicitly. There are no documented cases of variations flattening into simple products through normal use of the plugin.

For stores with 100+ variable products, this gap alone justifies the upgrade.

File Format Support

WP All ImportWooCommerce built-in
CSVYesYes
XMLYes (with XPath support)No
ExcelYes (XLS, XLSX)No
Google SheetsYes (paste URL)No
TXTNoYes

The built-in tool reads CSV files in UTF-8 encoding, plus plain TXT files. That is the full list. If your supplier sends XML, you have to convert it before importing. If your team maintains the catalog in Google Sheets, you have to download it as CSV first.

WP All Import reads four formats natively: CSV, XML, Excel, and Google Sheets. The XML support is meaningfully deeper than a parser. You can use XPath expressions to pull data from nested nodes, including XPath from the parent element for variation-level fields. This matters for stores receiving supplier feeds in XML, which is a common format in B2B and industrial catalogs.

Google Sheets support is more useful than it sounds. You can paste the sheet's URL during import setup, and the plugin reads it directly. No download, no re-upload, no version-control problem when the spreadsheet changes. For stores that already maintain their catalog in a shared Google Sheet, this saves a step that the built-in tool cannot skip.

download from a URL Google Sheets WP All Import

Custom Field Support

WP All ImportWooCommerce built-in
Scalar custom metaYesYes (via meta: prefix)
Custom taxonomiesYesYes
ACF fieldsYes (dedicated add-on)No
Meta Box fieldsYes (dedicated add-on)No
JetEngine fieldsYes (dedicated add-on)No
WPML translationsYesNo
Inline PHP transformationsYes (custom logic per field)No
Serialized/structured dataYes (via PHP editor)No (scalar only)

Custom field support is where the gap between the two plugins widens. The built-in tool handles scalar custom meta through the meta: column prefix, which is enough for plain text fields stored as post meta. The moment your custom data has any structure, like a serialized array, a JSON object, or a plugin-specific data format, the built-in tool cannot reconstruct it from a flat CSV column.

built in product import custom field mapping

Most modern WooCommerce stores rely on at least one structured custom field system. Advanced Custom Fields (ACF), Meta Box, and JetEngine are the three most common. None of them round-trip cleanly through the built-in importer, because their fields are stored as serialized arrays or structured meta that cannot be expressed in a single CSV cell. WP All Import ships dedicated add-ons for each of these, plus an inline PHP function editor that lets you write custom logic for fields that do not have a dedicated add-on.

WP All Import custom field mapping

The PHP editor is the feature that separates WP All Import from every other import plugin in this category, including the built-in tool. Any field can be passed through a PHP function during import. This is how developers handle wholesale pricing tiers, role-based price tables, and other structured data that no CSV column can express directly.

Product Bulk Update Features

WP All ImportWooCommerce built-in
Match existing productsBy SKU or IDBy SKU or ID
Update without creating duplicatesYes (selective fields)Partial (creates duplicates for unmatched rows)
Choose which fields to updateYesNo (full overwrite)
Delete missing records on importYesNo
Preview before runningYesNo

Bulk update is one of the most underrated capabilities in WooCommerce product management. Most stores that have been running for more than a year have a workflow that looks like this: a weekly supplier spreadsheet arrives, the merchant opens the file, edits prices and stock, and re-imports it. The question is what happens when the spreadsheet has a row for a product that is not in the store yet.

The built-in tool combines create and update into a single mode. If a row matches an existing SKU or ID, the row updates that product. If it does not match, the row creates a new product. There is no way to say "update only, skip new rows." A weekly stock refresh that contains a typo in one SKU can silently create a duplicate product alongside the existing one, and the merchant has no warning until they notice the duplicate in their catalog.

built in product import update existing records

WP All Import handles this in three ways. First, the import preview shows exactly which rows will be created, updated, or skipped before any changes hit the database. Second, you can choose which fields to update on existing products, which means a price-only refresh does not overwrite descriptions, images, or stock if your file does not include them. Third, there is an option to delete missing records on import, which is useful for stores that want their catalog to mirror the supplier file exactly.

choose which fields to bulk edit during import

Scheduling and Automation

WP All ImportWooCommerce built-in
Scheduled importsYes (WordPress cron, server cron, or paid service)No
Scheduled exportsYes (with WP All Export)No
Import from URL, FTP, or SFTPYesNo (local upload only)
Email reports after each runYesN/A
Re-run existing importYes (saved templates)No

Scheduling is the most clear-cut gap. The built-in tool has no scheduled import capability at all. Every import is triggered manually from the wizard. If you want your catalog to update nightly from a supplier feed, you cannot do it with the built-in tool alone.

WP All Import supports scheduled imports through three mechanisms. WordPress cron is the default and runs on the site's own scheduling. Server cron gives you tighter control over timing and server load. The paid scheduling service ($19 per month) runs unlimited imports across unlimited sites from WP All Import's own infrastructure, which is useful for stores that do not want to leave a cron job running on their own server.

product import scheduling

Both directions of automation matter. Importing is the half most stores think about, but exporting is what powers integration with ERPs, fulfillment partners, and reporting tools. WP All Export ships with the same scheduling options, and both plugins can be set to email a report after each scheduled run.

Mapping Interface

WP All ImportWooCommerce built-in
Mapping styleDrag-and-dropDropdown-based
Visual preview of source dataYesNo
Panels for each data categoryYes (Title & Description, WooCommerce, Images, etc.)Single column mapping screen
Inline PHP functionsYes (right-click any field)No
Saved templatesYes (per user, reusable)Partial (last mapping per user only)
Auto-detect known fieldsYesYes

The mapping interface is the part of the import workflow where you spend most of your time. The built-in tool uses a multi-step wizard with a single column-mapping screen. Source columns appear on the left, target fields appear on the right as dropdowns, and you select the right target for each source column. It works, but it is not visual, and there is no preview of how the data will look once mapped.

built in product import field mapping from dropdown

WP All Import uses a drag-and-drop interface. Source columns, elements, or XPath nodes appear on the right side of the screen. Target WooCommerce fields appear on the left, organized into panels by data category (Title & Description, WooCommerce Add-On, Images, Custom Fields, and so on). You drag an element from the right to a field on the left to map it. A live preview shows exactly how each field will be transformed, including any PHP function you have applied.

The PHP function editor is the part of the interface that turns WP All Import from a mapping tool into a data transformation tool. Right-click any target field, and you can wrap it in a PHP function. This is how stores handle data cleanup on the fly, like normalizing phone numbers, formatting prices, or constructing compound values from multiple source columns.

For a single CSV with default WooCommerce columns, the built-in tool's mapping screen is fast enough. The moment your file has any custom structure or transformation needs, the drag-and-drop interface and PHP editor pay for themselves on the first import.

Third-Party Plugin Compatibility

WP All ImportWooCommerce built-in
WooCommerce SubscriptionsYes (with add-on)Variable product support only
WooCommerce BookingsYes (via PHP transformations)No
WooCommerce BrandsYesNo
Product VendorsYesNo
ACF / Meta Box / JetEngineYes (dedicated add-ons)No
Yoast SEOYesNo
WPML / PolylangYesNo

Third-party plugin compatibility is where the difference between the two tools becomes a question of what is even possible. The built-in tool was designed for stock WooCommerce products. It handles custom meta and custom taxonomies, which covers simple cases, but it does not have any specific awareness of WooCommerce extensions or third-party field systems.

WP All Import ships dedicated add-ons for ACF, Meta Box, JetEngine, Gravity Forms, Users, and the WooCommerce-specific extensions like Subscriptions, Bookings, Brands, and Product Vendors. Each add-on exposes a dedicated panel on the mapping screen with the fields that the extension adds to your products. Yoast SEO fields are imported automatically through the standard custom meta flow.

For a store that uses any combination of these plugins, the built-in tool is not a realistic option. Custom field round-tripping is a hard requirement for any store that has invested in extensions, and the built-in tool does not address it.

Pricing

WP All ImportWooCommerce built-in
Upfront cost$169 (WooCommerce Import Package) or $1,299 (Ultimate Lifetime)Free
Site licensesUnlimitedUnlimited
Renewal feesNone on lifetime, optional annual after first yearNone
Money-back guarantee90 daysN/A

The pricing comparison is straightforward on the surface. The built-in tool is free. WP All Import is paid. For a store running a single one-time CSV import of 50 products, the right answer is to use the built-in tool and not spend any money.

For stores that need ongoing product import or export, the cost equation is different. The Ultimate Lifetime Package at $1,299 covers all current and future add-ons with no renewal fees. For an agency managing multiple stores, the unlimited site activations alone make this dramatically cheaper than per-site alternatives. For a single store running scheduled supplier syncs for two or more years, the lifetime license pays for itself within two years compared to annual subscriptions from competitors.

The 90-day money-back guarantee is longer than the 30 days most competitors offer, which reduces the risk of testing WP All Import on real catalog data before committing.

WP All Import vs WooCommerce Product CSV Importer and Exporter: When to Use Each

The decision is simpler than the feature comparison makes it look.

Use the WooCommerce built-in CSV Importer and Exporter when:

  • You are running a single one-time import of simple products
  • Your CSV matches WooCommerce's default column headers
  • You do not need to schedule recurring imports
  • Your catalog does not rely on ACF, Meta Box, JetEngine, WPML, or other third-party field systems
  • You do not need to import variable products, or you are comfortable with the strict CSV row ordering
  • You are willing to convert XML or Google Sheets files to CSV before importing

Use WP All Import when:

  • You import or export products more than once
  • Your file format is XML, Excel, or Google Sheets rather than CSV
  • Your catalog includes variable products with more than a handful of variations
  • You use ACF, Meta Box, JetEngine, WPML, Yoast SEO, or any third-party plugin that adds custom fields
  • You need scheduled imports from supplier feeds, FTP/SFTP servers, or remote URLs
  • You need to update existing products without creating duplicates
  • You need PHP transformations for cleaning up or restructuring data on import
  • You are an agency or developer managing multiple WooCommerce stores

For a deeper look at each plugin on its own, see our WP All Import review and our WooCommerce Product CSV Importer and Exporter review. For a side-by-side with the other two plugins in this space, see our best WooCommerce product import plugin article.

Frequently Asked Questions: WP All Import vs WooCommerce Product CSV Importer and Exporter

How do I import products in WooCommerce without a plugin?

To import products in WooCommerce without a plugin, go to Products > All Products in your WordPress admin and click Import at the top of the page. Upload a UTF-8 encoded CSV file that matches the WooCommerce Product CSV Import Schema, map your columns to product fields on the next screen, and click Run the Importer.

How do I export products from WooCommerce?

To export products from WooCommerce, go to Products > All Products and click Export at the top of the page. Choose which columns, product types, and categories to include, decide whether to export custom meta, and click Generate CSV. The exported file follows the same schema the importer expects.

Does WooCommerce have a built-in CSV importer?

Yes. WooCommerce includes a built-in CSV importer and exporter that has been part of the plugin since version 3.1. It is accessed from Products > All Products in your WordPress admin and does not require any additional plugin or purchase.

Joe Guilmette
VP of WP All Import. Joe's an expert in WordPress & WooCommerce Imports and Exports.

The best import export plugin for WordPress & WooCommerce.

Complete, granular control of your data with an easy to use drag & drop interface.
  • 90 Day Money Back Guarantee
  • Unlimited Installs
  • Lifetime Licence
  • Fast, World-Class Support
Get Started
90 Day Money Back Guarantee

Unlimited Installs.
World-Class Support. Money Back Guarantee.

Packages
Standalone
Import
Pro Package
$199
.00
/yr
Save $494, 71% Discount
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
$693 If Purchased Individually
Buy Now
90 Day Money Back Guarantee
Import + Export Pro Package
$299
.00
/yr
Save $1087, 78% Discount
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
$1386 If Purchased Individually
Buy Now
90 Day Money Back Guarantee
WooCommerce Import Package
$169
.00
/yr
Save $29, 15% Discount
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
$198 If Purchased Individually
Buy Now
90 Day Money Back Guarantee
Lifetime License
$1299
One-Time Payment
  • Import Pro + Export Pro
  • All Current Add-Ons
  • All Future Add-Ons
  • Lifetime Support
  • Lifetime Updates
  • No Renewal Fees
Buy Now
90 Day Money Back Guarantee
Import Standalone
$99
.00
/yr
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
Buy Now
90 Day Money Back Guarantee
Import + Export Standalone
$169
.00
/yr
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
Buy Now
90 Day Money Back Guarantee
Export Standalone
$99
.00
/yr
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
Buy Now
90 Day Money Back Guarantee
Packages
Standalone
Import
Pro Package
$16.58
per month, billed annually
Save $494/yr, 71% Discount
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
$693/yr If Purchased Individually
Buy Now
90 Day Money Back Guarantee
Import + Export Pro Package
$24.92
per month, billed annually
Save $1087/yr, 78% Discount
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
$1386/yr If Purchased Individually
Buy Now
90 Day Money Back Guarantee
WooCommerce Import Package
$14.08
per month, billed annually
Save $29/yr, 15% Discount
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
$198/yr If Purchased Individually
Buy Now
90 Day Money Back Guarantee
Lifetime License
$1399
One-Time Payment
  • Import Pro + Export Pro
  • All Current Add-Ons
  • All Future Add-Ons
  • Lifetime Support
  • Lifetime Updates
  • No Renewal Fees
Buy Now
90 Day Money Back Guarantee
Import Standalone
$8.25
per month, billed annually
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
Buy Now
90 Day Money Back Guarantee
Import + Export Standalone
$14.08
per month, billed annually
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
Buy Now
90 Day Money Back Guarantee
Export Standalone
$8.25
per month, billed annually
  • Import Pro
Import Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
  • Export Pro
Export Add-Ons
  • Woo
  • ACF
  • Meta Box
  • JetEngine
  • Gravity Forms
  • Users
Buy Now
90 Day Money Back Guarantee
linkcross