WordPress / WooCommerce Import
Migrate your data from your existing WordPress store
Before importing:
- In WP Admin → WooCommerce → Settings → Advanced → REST API, create a key with Read permission
- Add the Consumer Key & Secret to your backend
.envfile asWP_CONSUMER_KEYandWP_CONSUMER_SECRET - Restart the backend server
- 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.