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

# Magento 2 Integration

> Connect your Magento 2 store to WISEPIM. Create an integration, grant API access, and add your four keys to sync your product catalog.

Connect your Magento 2 store to WISEPIM to manage your catalog from one place. Once connected, you can import products, enrich them with AI, and push the improved content back to Magento.

Setup takes three steps: create an integration in Magento, activate it to get your API keys, then add those keys in WISEPIM.

<Info>
  You need admin access to your Magento 2 store and a WISEPIM account with an active project.
</Info>

## Create the integration in Magento

<img className="block dark:hidden" src="https://mintcdn.com/swiftsyncai/7FIOkX0xwTY9o5Cx/images/marketing-screenshots/integrations/integration-configure-magento-2-light-transparent.webp?fit=max&auto=format&n=7FIOkX0xwTY9o5Cx&q=85&s=1ba2727f9cee7e51a8502c6bf3f53317" alt="Connecting Magento 2 to WISEPIM, credentials, locale mapping and a live connection test" width="1478" height="2078" data-path="images/marketing-screenshots/integrations/integration-configure-magento-2-light-transparent.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/7FIOkX0xwTY9o5Cx/images/marketing-screenshots/integrations/integration-configure-magento-2-dark-transparent.webp?fit=max&auto=format&n=7FIOkX0xwTY9o5Cx&q=85&s=40b045c6c890f04c4a05b4cfb1d5bd63" alt="Connecting Magento 2 to WISEPIM, credentials, locale mapping and a live connection test" width="1478" height="2078" data-path="images/marketing-screenshots/integrations/integration-configure-magento-2-dark-transparent.webp" />

Add a new integration so Magento can issue the API keys that connect to WISEPIM.

<Steps>
  <Step title="Open your Magento 2 admin panel">
    Log in to Magento with your admin account.
  </Step>

  <Step title="Go to Integrations">
    Navigate to **System** > **Integrations**.
  </Step>

  <Step title="Add a new integration">
    Click **Add New Integration** and fill in:

    * **Name**: a clear name, for example WISEPIM
    * **Your Password**: your admin password
    * **API**: the resources this integration can access
  </Step>
</Steps>

## Activate the integration

Activate the integration to generate your four API keys.

<Steps>
  <Step title="Activate">
    After saving, click **Activate** in the integrations grid.
  </Step>

  <Step title="Allow access">
    Review the permissions and click **Allow**.
  </Step>

  <Step title="Copy your keys">
    Magento shows four keys. Copy all of them:

    * Consumer Key
    * Consumer Secret
    * Access Token
    * Access Token Secret
  </Step>
</Steps>

<Warning>
  Keep these keys private. Never commit them to your code or version control. Store them in a secure secrets manager or environment variables.
</Warning>

## Add your keys to WISEPIM

Enter the four keys from Magento to finish the connection.

<Steps>
  <Step title="Open Integrations">
    Log in to WISEPIM and go to **Settings** > **Integrations**.
  </Step>

  <Step title="Select Magento">
    Click the **Magento** integration tile.
  </Step>

  <Step title="Enter your keys">
    Fill in each field:

    * Consumer Key
    * Consumer Secret
    * Access Token
    * Access Token Secret
  </Step>

  <Step title="Save">
    Click **Save**. WISEPIM encrypts and stores your keys securely.
  </Step>
</Steps>

<Check>
  Your Magento store is now connected. You can start importing products.
</Check>

## Related

<CardGroup cols={2}>
  <Card title="Import products" icon="download" href="/en/essentials/importing-products">
    Pull your catalog from Magento into WISEPIM.
  </Card>

  <Card title="Enrich products" icon="sparkles" href="/en/essentials/enriching-products">
    Improve titles, descriptions, and attributes with AI.
  </Card>

  <Card title="Export products" icon="upload" href="/en/essentials/exporting-products">
    Push the improved content back to Magento.
  </Card>

  <Card title="All integrations" icon="plug" href="/en/essentials/integrations">
    Browse every platform you can connect to WISEPIM.
  </Card>
</CardGroup>
