21 April 2026

WordPress / WooCommerce Import

Migrate your data from your existing WordPress store

Before importing:

  1. In WP Admin → WooCommerce → Settings → Advanced → REST API, create a key with Read permission
  2. Add the Consumer Key & Secret to your backend .env file as WP_CONSUMER_KEY and WP_CONSUMER_SECRET
  3. Restart the backend server
  4. Run in order: Products → Users → Orders

Configuration

Your existing WordPress site URL (no trailing slash)

Imported users should reset their password via forgot password flow

Import Products

Imports WooCommerce products, categories, prices, and images. Skips already-imported products.

Import Users/Customers

Imports WooCommerce customer accounts. Existing emails are skipped.

Import Orders

Imports historical orders. Requires products to be imported first.