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

# Shopify OAuth 2.0 connector profile – StackOne setup guide

> Set up the OAuth 2.0 connector profile for Shopify in StackOne. One-time admin setup required before your users can link Shopify accounts via Hub.

<Warning>Shopify Partner or developer account required. From Admin, use the top-right dropdown to open Dev Dashboard.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Open Dev Dashboard</h2>

  <p>Sign in to <a href="https://admin.shopify.com" target="_blank" rel="noopener noreferrer">Shopify Admin</a>, then open the Dev Dashboard.</p>

  <Steps>
    <Step title="Go to Dev Dashboard">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click your store name in the <strong>top right corner</strong>, then click <strong>Dev Dashboard</strong> in the dropdown.</p>

        <ul>
          <li>Or go directly to <a href="https://dev.shopify.com/dashboard" target="_blank" rel="noopener noreferrer">Dev Dashboard</a> and sign in.</li>
          <li>In the left sidebar, click <strong>Apps</strong>.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Create app and release a version</h2>

  <p>Create an app; you will land on the <strong>Create a version</strong> page. Configure scopes and redirect URL, then release the version.</p>

  <Steps>
    <Step title="Create the app">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Click <strong>Create app</strong> (top right), enter an app name (e.g. StackOne Integration), then click <strong>Create</strong>. You will be taken to the <strong>Create a version</strong> page.</p>

        <ul>
          <li>On <strong>Create a version</strong>, fill <strong>App URL</strong> if needed (e.g. `https://example.com` or use default).</li>
          <li>In <strong>Access</strong> → <strong>Scopes</strong>, enter required scopes as a space-separated list (e.g. `read_products write_products read_orders write_orders read_customers write_customers`) or use <strong>Select scopes</strong> to choose.</li>
          <li>In <strong>Redirect URLs</strong>, add `https://api.stackone.com/connect/oauth2/shopify/callback` (comma-separated if there are others).</li>
          <li>Click <strong>Release</strong> to open the release confirmation pop-up.</li>
          <li>In the confirmation pop-up, <strong>Version name</strong> and <strong>Version message</strong> are optional; fill them if needed, then click <strong>Release</strong> to confirm.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Get OAuth credentials</h2>

  <p>Client ID and Secret are on the <strong>Settings</strong> page.</p>

  <Steps>
    <Step title="Copy credentials">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>In the left sidebar of your app, click <strong>Settings</strong> (below <strong>Versions</strong>). On the Settings page, open the <strong>Credentials</strong> section.</p>

        <ul>
          <li>Copy <strong>Client ID</strong>. Click the eye icon to reveal <strong>Secret</strong>, then copy. Store both securely for use later.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Install app on your store</h2>

  <p>After starting the OAuth connection, Shopify redirects you to an install page where you must approve the app for your store.</p>

  <Steps>
    <Step title="Approve the installation">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>When redirected to the <strong>Install app</strong> page in Shopify, review the requested permissions and click <strong>Install</strong> to authorize the app on your store.</p>

        <ul>
          <li>This step happens automatically during the OAuth connection flow after entering your credentials.</li>
          <li>You must be logged in as a store owner or admin to install the app.</li>
          <li>Once installed, the connection will complete and you will be redirected back.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

## Creating the StackOne Connector Profile

To create the Connector Profile in StackOne for <strong>Shopify</strong>:

<Steps>
  <Step title="Navigate to Connector Profiles">
    Login to StackOne and navigate to [Connector Profiles](https://app.stackone.com/connector_profiles)
  </Step>

  <Step title="Create New Connector Profile">
    <ul>
      <li>Click <strong>+ Connector Profile</strong></li>
      <li>Search for and select <strong>Shopify</strong></li>
      <li>Select <strong>Type</strong> as <strong>OAuth 2.0</strong></li>

      <li>
        Fill out the fields using details retrieved from your provider:

        <ul style={{ marginLeft: '20px' }}>
          <li><strong>Client Id</strong></li>
          <li><strong>Client Secret</strong></li>
        </ul>
      </li>

      <li>(Optional) Select <strong>Actions</strong> to be enabled for this Connector Profile</li>
      <li>Click <strong>Create profile</strong></li>
    </ul>
  </Step>
</Steps>

Congratulations! The new Connector Profile will now show up in your project ready to be used. You can now continue to <a href="/guides/accounts-section#linking-accounts">Link Accounts</a> for <strong>Shopify</strong>.
