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

# Connect Adobe Commerce with User Credentials (Admin) – StackOne Hub

> Link a Adobe Commerce account in the StackOne Hub using User Credentials (Admin). End-user guide to authorize the integration and start using Adobe Commerce actions.

<Warning>Admin access required. Tokens are automatically refreshed every 4 hours using your admin credentials.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Find Your Store URL</h2>

  <p>Identify your Adobe Commerce store's base URL for API access.</p>

  <Steps>
    <Step title="Locate Store URL">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Find your store's base URL from your browser or Adobe Commerce configuration.</p>

        <ul>
          <li>Check your browser's address bar when logged into Adobe Commerce Admin</li>
          <li>Remove any paths after the domain (e.g., `/admin`, `/index.php`)</li>
          <li>Examples of valid store URLs:</li>
          <li>- `https://mystore.com` (standard installation)</li>
          <li>- `https://shop.example.com` (subdomain)</li>
          <li>Must use HTTPS for production environments</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Prepare Admin Credentials</h2>

  <p>Ensure you have admin access to your Adobe Commerce store before connecting.</p>

  <Steps>
    <Step title="Create Dedicated API User">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Set up a dedicated admin user for API access (recommended for security).</p>

        <ul>
          <li>Log in to Adobe Commerce Admin Panel</li>
          <li>Navigate to <strong>System</strong> > <strong>Permissions</strong> > <strong>All Users</strong></li>
          <li>Click <strong>Add New User</strong></li>
          <li>Create user with username like `api_admin`</li>
          <li>Assign <strong>Administrator</strong> role or custom API role</li>
          <li>Note the username and password for connection</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<div data-whitelabel-hide>
  <h2>Linking the Account from the Hub</h2>

  <Steps>
    <Step title="Navigate to the Hub">
      Use one of the three <a href="/guides/accounts-section#linking-accounts">Linking Account Methods</a> to access the Hub.
    </Step>

    <Step title="Fill out the fields">
      Fill out the following fields using details from your provider:

      <ul>
        <li><strong>Store URL</strong></li>
        <li><strong>Store Code</strong> (Optional)</li>
        <li><strong>Admin Username</strong></li>
        <li><strong>Admin Password</strong></li>
      </ul>
    </Step>

    <Step title="Connect">
      <ul>
        <li>Click <strong>Connect</strong></li>
        <li>If applicable, the provider will redirect you to a sign-in or authorization page. Complete the provider's authorization flow.</li>
        <li>Once authorization is successful, you will see a confirmation popup</li>
      </ul>
    </Step>
  </Steps>

  <p>If the account linking is successful, you will see the newly linked account in your <a href="/guides/accounts-section">Accounts</a> page.</p>
</div>
