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

# Adobe Commerce - How do I link my account?

# Overview

To authenticate with Adobe Commerce, you will need:

1. **Store Domain** - The domain of your Adobe Commerce store.
2. **Store Code** - The store code for your Adobe Commerce store (e.g., "default").
3. **Access Token** - Your Adobe Commerce access token for authentication.

This guide will walk you through finding your store information and obtaining your **Access Token** within Adobe Commerce.

### Prerequisites:

* You must have an active Adobe Commerce account
* You must have admin access to your Adobe Commerce Admin panel

### Instructions:

#### Step 1: Finding your Store Domain

Your store domain is the base URL of your Adobe Commerce store (e.g., `yourstore.com` or `mystore.magento.com`). This is the domain where your Adobe Commerce store is hosted.

Once logged in to your Adobe Commerce Admin panel, you can check the address bar in your browser—the store domain is the text between the protocol (e.g., `https://`) and the first slash (`/`).

#### Step 2: Finding your Store Code

The store code is typically `default` for the main store, but you can find it by:

1. Log in to your Adobe Commerce Admin panel.
2. Navigate to **Stores** > **All Stores**. In the Store view column, select the store you want to connect to.

<img src="https://mintcdn.com/nango/NE2X-WVHryMzVHH6/api-integrations/adobe-commerce/store_settings.png?fit=max&auto=format&n=NE2X-WVHryMzVHH6&q=85&s=73d124598f12e99746f9fc216f405c23" width="1025" height="630" data-path="api-integrations/adobe-commerce/store_settings.png" />

<img src="https://mintcdn.com/nango/NE2X-WVHryMzVHH6/api-integrations/adobe-commerce/store_list.png?fit=max&auto=format&n=NE2X-WVHryMzVHH6&q=85&s=09a08942929d527a60402949b6878a63" width="1904" height="365" data-path="api-integrations/adobe-commerce/store_list.png" />

3. The store **Code** is displayed in the **Store View** section.

<img src="https://mintcdn.com/nango/NE2X-WVHryMzVHH6/api-integrations/adobe-commerce/store_code.png?fit=max&auto=format&n=NE2X-WVHryMzVHH6&q=85&s=8eed6fb5c841a7c4357ff6e8dd523554" width="1904" height="569" data-path="api-integrations/adobe-commerce/store_code.png" />

#### Step 3: Obtaining your Access Token

Before you create the connection in Nango, you should first obtain your Access Token in your Adobe Commerce account.

To obtain your Access Token:

1. Navigate to **System** > **Extensions** > **Integrations** on the Admin sidebar.

<img src="https://mintcdn.com/nango/NE2X-WVHryMzVHH6/api-integrations/adobe-commerce/integrations_settings.png?fit=max&auto=format&n=NE2X-WVHryMzVHH6&q=85&s=5327f07f65e1710e4210b28e18c3fe92" width="1025" height="630" data-path="api-integrations/adobe-commerce/integrations_settings.png" />

2. Click **Add Integration**.
3. Fill in all the required information in the **Integration Info** tab.

<img src="https://mintcdn.com/nango/NE2X-WVHryMzVHH6/api-integrations/adobe-commerce/integration_props.png?fit=max&auto=format&n=NE2X-WVHryMzVHH6&q=85&s=2efafbe71ad0497e3fc93764f37d87d9" width="1917" height="692" data-path="api-integrations/adobe-commerce/integration_props.png" />

4. For the **API** tab, select all the resources the integration should have access to.

<img src="https://mintcdn.com/nango/NE2X-WVHryMzVHH6/api-integrations/adobe-commerce/api_setting.png?fit=max&auto=format&n=NE2X-WVHryMzVHH6&q=85&s=4ac87576d11d604cc9d794dea01bbc5e" width="1917" height="688" data-path="api-integrations/adobe-commerce/api_setting.png" />

5. Click **Save** at the top right.
6. You will be redirected to the list of integrations. Click **Activate** on your newly created integration, click **Allow**, and your **Access Token** will be displayed to you.

<img src="https://mintcdn.com/nango/NE2X-WVHryMzVHH6/api-integrations/adobe-commerce/access_token.png?fit=max&auto=format&n=NE2X-WVHryMzVHH6&q=85&s=e4427bc578aa7356bf90c4cf5ffb752d" width="1917" height="616" data-path="api-integrations/adobe-commerce/access_token.png" />

#### Step 4: Enter credentials in the Connect UI

Once you have your **Store Domain**, **Store Code**, and **Access Token**:

1. Open the form where you need to authenticate with Adobe Commerce.
2. Enter your **Store Domain**, **Store Code**, and **Access Token** in their respective fields.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango/NE2X-WVHryMzVHH6/api-integrations/adobe-commerce/form.png?fit=max&auto=format&n=NE2X-WVHryMzVHH6&q=85&s=df8f08281f57c39d2d39629326d922e3" style={{maxWidth: "450px" }} width="498" height="700" data-path="api-integrations/adobe-commerce/form.png" />

You are now connected to Adobe Commerce.
