APIs & Integrations
Shopify Partner
Overview
Pre-built tooling
Pre-built integrations
No pre-built integration yet (time to contribute: <48h)
Not seeing the integration you need? Build your own independently.
Access requirements
Pre-Requisites | Status | Comment |
---|---|---|
Shopify Partner Account | ✅ | Required to access the Partner API |
Partner API Client Access Token | ✅ | Required for authentication |
Partner ID | ✅ | Required for API access |
Setup guide
Step 1: Get Your Partner ID
- Log in to your Shopify Partner account
- Your Partner ID is the number in the URL when you’re on your partner home page:
https://partners.shopify.com/1234567
- For example, if your URL is
https://partners.shopify.com/1234567
, your Partner ID is1234567
- For example, if your URL is
Step 2: Create a Partner API Client
- Go to your Partner API Clients page:
https://partners.shopify.com/{your-partner-id}/settings/partner_api_clients
- Click “Create API client”
- Give your API client a name (e.g., “Nango Integration”)
- Select the necessary permissions for your integration
- Click “Create API client”
- Copy the generated API client access token - you’ll need this for the next step
Step 3: Create the Integration in Nango
- Go to the Nango dashboard
- Navigate to the Integrations tab
- Click “Add Integration”
- Select “Shopify Partner” from the list
- Enter your:
- Partner ID (from Step 1)
- Partner API Client Access Token (from Step 2)
Step 4: Create a Connection
- Go to the Connections tab
- Click “Add Connection”
- Select your Shopify Partner integration
- Complete the connection setup
Connection configuration in Nango
Shopify Partner requires two pieces of information for authentication:
- Partner ID
- Partner API Client Access Token
You can pass these to Nango in the nango.auth()
call:
API gotchas
- The Partner ID must be included in the API URL path
- All requests require the X-Shopify-Access-Token header
- The API version in the URL must match the version you’re targeting (e.g. 2025-04)
Useful links
Going further
Connect to Shopify Partner
Guide to connect to Shopify Partner using Connect UI