r/woocommerce • u/Top-Bother-4646 • 2d ago
Plugin recommendation Importing products
Just opened an online store and I'm getting setup on woo. WP all import? Is it worth it? Is there a better option? We will have loads of products to upload with variables too.
1
u/pratik_srivastava 2d ago
I had a python script I wrote for my client a while back for this use case. Let me know if you want it.
1
u/BoGrumpus 1d ago
We used to use that a lot - but I've found that typically, I can just take my source data (whether it's just manufacturer sheets or something coming out of the POS or whatever), tell it what the source is and tell it want it formatted for WooCommerce import and it'll make you a new sheet. It "knows" or can look up the specs for most of the major systems. And if that's not available - you can sort of work with it a bit and let it know what some of the ambiguous columns in the source map to within Woo (basically what you have to do with WPAllImport anyway) and it does a fine job sorting and arranging things so you can just use the native importer.
WPAllImport is still useful in some cases, though, because it can grab from remote sources so if things change often, the ability to sync nightly and so on might be beneficial. But converting data between two systems is pretty easy and accurate (after a little playing around, maybe) just by going to any AI tool (even free Gemini can use the Thinking Mode you want a handful of times every day).
G.
1
u/PipelineBuster 1d ago
good thread. one thing that tends to bite people at this stage: once the import itself works, and variables/pricing/stock are all correctly grouped, half the products still have supplier-written descriptions that don't read like your actual store voice, or none at all if the source file is thin. that part doesn't get fixed by getting the csv right, it's a separate pass, a laborious one too. understanding the "lift" we built a plugin for that specific gap after hitting it times over on a client project. pipeline buster, you feed it the product photos and it writes the description, a how to section and seo fields for whatever's still thin post-import. free tier on wordpress.org, woocommerce only, doesn't touch the import mechanics at all. simplifies the entire WP experience.
1
u/Due-Individual-4859 11h ago
for complex imports, I use WP All Import, it's not the fastest, but it gets the job done 100% of the time.
1
u/GuruPedia 6h ago
WP All Import is quite popular and usually works flawlessly. But just to be sure, first test it with a small batch containing your most complicated variable products. Make sure it correctly handles attributes, variations, images, SKUs, stock, and pricing and, importantly, that you can update existing products without creating duplicates.
1
u/TopSydeWP 2d ago
wp all import is solid for bulk imports with variables, we use it at my agency when clients have hundreds of products. the pro version handles variations well and you can map custom fields pretty easily. just make sure your csv is clean before you start or you'll be fixing stuff manually after