Back to home

Connect to WooCommerce

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

Important: you'll need administrator access to your WooCommerce store to complete these steps.
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 "Storeflit 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 keyck_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Consumer secretcs_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Important: copy both keys immediately. The consumer secret is only shown once; if you lose it, you'll need to generate a new API key.
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.