For the complete documentation index, see llms.txt. This page is also available as Markdown.

WooCommerce Import

The WooCommerce Import feature allows merchants to import WooCommerce product export files directly into Shopify collections and products.

The app supports WooCommerce CSV exports and automatically maps WooCommerce product data into Shopify-compatible products, collections, variants, pricing, and inventory.

How to Import WooCommerce Products

Step 1: Upload WooCommerce Export File

Click Add WooCommerce CSV or XLSX and upload the WooCommerce product export file.

Supported file formats:

  • CSV

  • XLSX

Maximum file size:

  • 50 MB

Large files are processed automatically on the server after upload.

Step 2: Start Import

After uploading the file, click Start Import to begin importing products and collections into Shopify.

The app automatically processes:

  • Products

  • Variants

  • Categories

  • Images

  • Pricing

  • Inventory

Supported Import Features

Import Simple & Variable Products

The app imports WooCommerce simple and variable products into Shopify.

Example

WooCommerce Product: Premium Hoodie, Sizes: S, M, L , Colors: Black, White

Result:

  • Shopify product with variants is created automatically.

Convert Categories into Shopify Collections

WooCommerce category paths are converted into Shopify collections.

Example

WooCommerce Category: Men > Hoodies

Result:

  • Shopify collections are created automatically.

Import Product Images Automatically

The app imports product images directly using image URLs available in the WooCommerce export file.

Example

WooCommerce Image URL: https://store.com/wp-content/uploads/hoodie.jpg

Result:

  • Product image is imported automatically into Shopify.

Convert Sale Price into Compare-at Price

WooCommerce sale prices are mapped into Shopify compare-at prices.

Example

  • Regular Price: $100

  • Sale Price: $80

Result:

  • Shopify displays:

    • Sale Price: $80

    • Compare-at Price: $100

Import Inventory & SKU Data

The app imports:

  • SKU

  • Stock quantity

  • Inventory tracking

  • Product status

Example : SKU: HD-BLK-M , Stock: 25

Result:

  • Shopify inventory is updated automatically.

Skip Unsupported Product Types Automatically

Grouped, external, and bundle products are skipped automatically during import.

Example

WooCommerce Bundle Product: Gaming Starter Kit

Result:

  • Product is skipped automatically during import.

Expected CSV Columns

The importer supports WooCommerce native export headers.

Supported Fields

Column
Description
Example

post_title

Product title

Premium Hoodie

post_name

Product handle

premium-hoodie

ID

WooCommerce product ID

102

sku

Product SKU

HD-BLK-M

regular_price

Product price

100

sale_price

Sale price

80

stock

Inventory quantity

25

images

Product image URLs

image URL

tax:product_cat

Product categories

Men > Hoodies

attribute:pa_color

Product attributes

Black

Variable Product Support

Variable products use:

  • attribute columns

  • attribute_data columns

Product variations are mapped using:

  • post_parent

  • parent_sku

This helps create Shopify product variants automatically during the import process.

Collection Import

Import Shopify collections using CSV files.

Export Collections

Export Shopify collections, products, and variants into CSV files.

View Reports

Track import history, job status, and processing reports.

Last updated