Connect to WooCommerce

Follow these simple steps to get your WooCommerce store URL and API credentials. No technical knowledge required!

1
Get Your Store URL
This is the web address where your WooCommerce store is located

Your store URL is simply the website address where your shop is located. For example:

https://yourstore.com

✓ Make sure to include https:// at the beginning
✓ Don't include any pages or paths like /shop or /products

2
Generate API Credentials
Create secure keys that allow us to connect to your store

Follow these steps:

  1. Log in to your WordPress admin panel
  2. Navigate to WooCommerce → Settings
  3. Click on the Advanced tab
  4. Click on REST API
  5. Click the Add key button

When creating your API key:

  • Description: Enter something like "Woo to Shopify Migration"
  • User: Select your admin user account
  • Permissions: Select Read (we only need to read your data, not modify it)

After clicking "Generate API key":

You'll see two important pieces of information:

Consumer Key

ck_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Consumer Secret

cs_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

3
Enter Your Credentials
Use your store URL and API keys in the migration setup

When setting up your migration, you'll need to enter:

  • Store URL: Your website address (from Step 1)
  • Consumer Key: Starts with ck_
  • Consumer Secret: Starts with cs_
Troubleshooting

Can't find the WooCommerce settings?

Make sure WooCommerce is installed and activated. Look for "WooCommerce" in your WordPress admin sidebar.

Don't see the REST API option?

Update WooCommerce to the latest version. The REST API feature is available in WooCommerce 3.0 and later.

Getting a connection error?

Ensure your WooCommerce store has SSL enabled (your URL starts with https://). The API requires a secure connection.

Start Your Migration

Ready to migrate? Click above to begin the setup process.