Connect to Shopify

Follow these simple steps to get your Shopify store URL and API credentials. It's easier than you think!

1
Get Your Store URL
This is your Shopify store's admin domain

Your Shopify store URL is the address you use to access your admin panel. It typically looks like:

yourstore.myshopify.com

How to find it:

  1. Log in to your Shopify admin
  2. Look at the URL in your browser's address bar
  3. Your store name is the part before .myshopify.com
2
Create a Custom App
Set up a private app to securely connect your store

Enable custom app development:

  1. In your Shopify admin, go to Settings (bottom left)
  2. Click on Apps and sales channels
  3. Click Develop apps at the top
  4. If this is your first time, click Allow custom app development
  5. Read the information and click Allow custom app development again to confirm

Create your app:

  1. Click Create an app
  2. Enter an app name like "Woo to Shopify Migration"
  3. Select an app developer (usually yourself)
  4. Click Create app
3
Set API Permissions
Grant the necessary access to your store data

Configure Admin API scopes:

  1. Click on Configure Admin API scopes
  2. Scroll down and enable write access for the following:

Required permissions:

Products - write_products
Inventory - write_inventory
Product listings - write_product_listings
Draft orders - write_draft_orders (optional)
Customers - write_customers (optional)
  1. Click Save at the top right
4
Get Your API Credentials
Retrieve your access token to connect

Install your app and get the token:

  1. Click on API credentials in the top tabs
  2. Click Install app at the top right
  3. Click Install to confirm
  4. After installation, you'll see an Admin API access token
  5. Click Reveal token once

You'll see:

Admin API Access Token

shpat_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

You'll also need:

API key: Found under "API key" (starts with a long string of letters and numbers)

API secret key: Found under "API secret key"

5
Enter Your Credentials
Use your store URL and access token in the migration setup

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

  • Store URL: Your .myshopify.com domain (from Step 1)
  • Access Token: Starts with shpat_ (from Step 4)
Troubleshooting

Can't find "Develop apps"?

Make sure you're logged in as the store owner or have appropriate staff permissions. Only store owners and staff with "Develop apps" permission can create custom apps.

Don't see "Apps and sales channels"?

Shopify occasionally updates their admin interface. Try looking under Settings → Apps → App development, or search for "custom apps" in your Shopify admin search bar.

Lost your access token?

Unfortunately, access tokens can only be viewed once. You'll need to uninstall the app and reinstall it to generate a new token. Don't worry - this won't affect your store.

Getting an authentication error?

Double-check that you've copied the entire access token, including the shpat_ prefix. Make sure there are no extra spaces before or after the token.

Start Your Migration

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