> For the complete documentation index, see [llms.txt](https://magecomp.gitbook.io/shopify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://magecomp.gitbook.io/shopify/apps/impex-collection-import-export/woocommerce-import.md).

# 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.

<figure><img src="/files/W5KGMQ5WoJva50pvOi5v" alt=""><figcaption></figcaption></figure>

### 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

<figure><img src="/files/DUEWBYxIKg2AcYxm20ii" alt=""><figcaption></figcaption></figure>

## 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.

## Related Tools

### 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.

<figure><img src="/files/BP9CgdLkDmPzXNZp4pWb" alt=""><figcaption></figcaption></figure>
