Docs

Import Simple Products

Simple products are the easiest WooCommerce product type to import. At minimum you only need a product name and a regular price.

Minimum CSV example

NamePrice
Simple Product 110.99
Simple Product 212.99
Simple Product 314.99

Map the fields

  1. Create an importer and choose the WooCommerce Products template.
  2. Under Product Fields, map Product Name to your name column.
  3. Under Pricing, map Regular Price to your price column.

You do not need to set Product Type for simple products — it defaults to simple.

Add SKU, stock, and description

A more complete simple-product CSV:

NameSKUPriceStockDescriptionShort Description
Simple Product 1simple-one10.9925Full product descriptionShort blurb
Simple Product 2simple-two12.9910Full product descriptionShort blurb
Simple Product 3simple-three14.990Full product descriptionShort blurb

Suggested mapping:

CSV columnImport WP fieldSection
NameProduct NameProduct Fields
SKUProduct SKUInventory
PriceRegular PricePricing
StockStock quantityInventory → Stock (enable Manage Stock? = Yes)
DescriptionDescriptionProduct Fields
Short DescriptionShort DescriptionProduct Fields

When Product SKU is mapped, the importer can use it as the unique identifier so later imports update the same products. See Update Existing WooCommerce Products.

Product type

Leave Product Type empty or set it to simple.

Optional Yes/No fields under Product Fields:

  • Virtual — no shipping
  • Downloadable — enable downloadable files (map files under Product Downloads)

Run the import

  1. Continue to Permissions.
  2. Choose a unique identifier (SKU is recommended once mapped).
  3. Allow Create for a first-time import, and Update if you will re-run the file later.
  4. Run the importer.

Imported simple products appear under Products in WooCommerce and can be purchased like any other simple product.