> ## Documentation Index
> Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Shopify Partner

## Overview

<CardGroup cols={3}>
  <Card title="Pre-built tooling" icon="screwdriver-wrench" href="#pre-built-tooling" />

  <Card title="Pre-built integrations" icon="square-check" href="#pre-built-integrations" />

  <Card title="Access requirements" icon="triangle-exclamation" href="#access-requirements" />

  <Card title="Setup guide" icon="rocket" href="#setup-guide" />

  <Card title="Useful links" icon="circle-info" href="#useful-links" />

  <Card title="API gotchas" icon="biohazard" href="#api-gotchas" />
</CardGroup>

## Pre-built tooling

<AccordionGroup>
  <Accordion title="✅ Authorization">
    | Tools                             | Status |
    | --------------------------------- | ------ |
    | Pre-built authorization (API Key) | ✅      |
    | Pre-built authorization UI        | ✅      |
    | Custom authorization UI           | ✅      |
    | End-user authorization guide      | ✅      |
    | Expired credentials detection     | ✅      |
  </Accordion>

  <Accordion title="✅ Read & write data">
    | Tools                                     | Status                         |
    | ----------------------------------------- | ------------------------------ |
    | Pre-built integrations                    | 🚫 (time to contribute: \<48h) |
    | API unification                           | ✅                              |
    | 2-way sync                                | ✅                              |
    | Webhooks from Nango on data modifications | ✅                              |
    | Real-time webhooks from 3rd-party API     | 🚫 (time to contribute: \<48h) |
    | Proxy requests                            | ✅                              |
  </Accordion>

  <Accordion title="✅ Observability & data quality">
    | Tools                   | Status |
    | ----------------------- | ------ |
    | HTTP request logging    | ✅      |
    | End-to-end type safety  | ✅      |
    | Data runtime validation | ✅      |
    | OpenTelemetry export    | ✅      |
    | Slack alerts on errors  | ✅      |
    | Integration status API  | ✅      |
  </Accordion>

  <Accordion title="✅ Customization">
    | Tools                              | Status                         |
    | ---------------------------------- | ------------------------------ |
    | Create or customize use-cases      | ✅                              |
    | Pre-configured pagination          | 🚫 (time to contribute: \<48h) |
    | Pre-configured rate-limit handling | 🚫 (time to contribute: \<48h) |
    | Per-customer configurations        | ✅                              |
  </Accordion>
</AccordionGroup>

*No pre-built syncs or actions available yet.*

<Tip>Not seeing the integration you need? [Build your own](/guides/functions/functions-guide) independently.</Tip>

## 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

1. Log in to your [Shopify Partner account](https://partners.shopify.com)
2. 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 is `1234567`

### Step 2: Create a Partner API Client

1. Go to your Partner API Clients page: `https://partners.shopify.com/{your-partner-id}/settings/partner_api_clients`
2. Click "Create API client"
3. Give your API client a name (e.g., "Nango Integration")
4. Select the necessary permissions for your integration
5. Click "Create API client"
6. Copy the generated API client access token - you'll need this for the next step

### Step 3: Create the Integration in Nango

1. Go to the Nango dashboard
2. Navigate to the Integrations tab
3. Click "Add Integration"
4. Select "Shopify Partner" from the list
5. Enter your:
   * Partner ID (from Step 1)
   * Partner API Client Access Token (from Step 2)

### Step 4: Create a Connection

1. Go to the Connections tab
2. Click "Add Connection"
3. Select your Shopify Partner integration
4. Complete the connection setup

## Connection configuration in Nango

Shopify Partner requires two pieces of information for authentication:

1. Partner ID
2. Partner API Client Access Token

## API gotchas

1. The Partner ID must be included in the API URL path
2. All requests require the X-Shopify-Access-Token header
3. The API version in the URL must match the version you're targeting (e.g. 2025-04)

## Useful links

* [Shopify Partner API Documentation](https://shopify.dev/docs/api/partner)

## Going further

<Card title="Connect to Shopify Partner" icon="link" href="/integrations/all/shopify-partner/connect" horizontal>
  Guide to connect to Shopify Partner using Connect UI
</Card>
