Connect to WooCommerce
Follow these simple steps to get your WooCommerce store URL and API credentials. No technical knowledge required.
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:
✓ Make sure to include https:// at the beginning
✓ Don't include any pages or paths like /shop or /products
Generate API credentials
Create secure keys that allow us to connect to your store
Follow these steps:
- Log in to your WordPress admin panel
- Navigate to WooCommerce → Settings
- Click on the Advanced tab
- Click on REST API
- 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:
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.
Ready to migrate? Click above to begin the setup process.