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

> Koppel je Magento 2-winkel aan WISEPIM. Maak een integratie aan, verleen API-toegang en voeg je vier sleutels toe om je productcatalogus te synchroniseren.

Koppel je Magento 2-winkel aan WISEPIM om je catalogus vanaf één plek te beheren. Na het koppelen kun je producten importeren, verrijken met AI en de verbeterde content terugsturen naar Magento.

De installatie kost drie stappen: maak een integratie aan in Magento, activeer die om je API-sleutels te krijgen en voeg die sleutels daarna toe in WISEPIM.

<Info>
  Je hebt beheerdersrechten voor je Magento 2-winkel nodig en een WISEPIM-account met een actief project.
</Info>

## De integratie aanmaken 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" />

Maak een nieuwe integratie aan zodat Magento de API-sleutels kan uitgeven die met WISEPIM verbinden.

<Steps>
  <Step title="Open je Magento 2-beheerpaneel">
    Log in op Magento met je beheerdersaccount.
  </Step>

  <Step title="Ga naar Integraties">
    Navigeer naar **Systeem** > **Integraties**.
  </Step>

  <Step title="Voeg een nieuwe integratie toe">
    Klik op **Nieuwe integratie toevoegen** en vul in:

    * **Naam**: een duidelijke naam, bijvoorbeeld WISEPIM
    * **Je wachtwoord**: je beheerderswachtwoord
    * **API**: de bronnen waartoe deze integratie toegang heeft
  </Step>
</Steps>

## De integratie activeren

Activeer de integratie om je vier API-sleutels te genereren.

<Steps>
  <Step title="Activeren">
    Klik na het opslaan op **Activeren** in het integratieoverzicht.
  </Step>

  <Step title="Toegang toestaan">
    Bekijk de machtigingen en klik op **Toestaan**.
  </Step>

  <Step title="Kopieer je sleutels">
    Magento toont vier sleutels. Kopieer ze allemaal:

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

<Warning>
  Houd deze sleutels privé. Sla ze nooit op in je code of versiebeheer. Bewaar ze in een veilige secrets manager of in omgevingsvariabelen.
</Warning>

## Je sleutels toevoegen aan WISEPIM

Voer de vier sleutels uit Magento in om de koppeling af te ronden.

<Steps>
  <Step title="Open Integraties">
    Log in op WISEPIM en ga naar **Instellingen** > **Integraties**.
  </Step>

  <Step title="Selecteer Magento">
    Klik op de **Magento**-integratietegel.
  </Step>

  <Step title="Voer je sleutels in">
    Vul elk veld in:

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

  <Step title="Opslaan">
    Klik op **Opslaan**. WISEPIM versleutelt en bewaart je sleutels veilig.
  </Step>
</Steps>

<Check>
  Je Magento-winkel is nu gekoppeld. Je kunt beginnen met het importeren van producten.
</Check>

## Gerelateerd

<CardGroup cols={2}>
  <Card title="Producten importeren" icon="download" href="/nl/essentials/importing-products">
    Haal je catalogus uit Magento naar WISEPIM.
  </Card>

  <Card title="Producten verrijken" icon="sparkles" href="/nl/essentials/enriching-products">
    Verbeter titels, beschrijvingen en kenmerken met AI.
  </Card>

  <Card title="Producten exporteren" icon="upload" href="/nl/essentials/exporting-products">
    Stuur de verbeterde content terug naar Magento.
  </Card>

  <Card title="Alle integraties" icon="plug" href="/nl/essentials/integrations">
    Bekijk elk platform dat je aan WISEPIM kunt koppelen.
  </Card>
</CardGroup>
