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

# Shopware-Integration

> Verbinde deinen Shopware 6-Shop mit WISEPIM. Erstelle eine Integration, füge den Access Key und das Secret in WISEPIM hinzu und beginne, deinen Katalog zu synchronisieren.

Verbinde deinen Shopware 6-Shop mit WISEPIM, um deinen gesamten Katalog an einem Ort zu verwalten. Sobald die Verbindung steht, kannst du Produkte importieren, sie mit AI anreichern und die verbesserten Inhalte zurück an Shopware senden.

Die Einrichtung erfolgt in zwei Schritten: Erstelle eine Integration in deinem Shopware-Adminbereich und füge deren Zugangsdaten anschließend in WISEPIM hinzu.

<Info>
  Du brauchst Admin-Zugriff auf deinen Shopware 6-Shop und ein WISEPIM-Konto mit einem aktiven Projekt. WISEPIM verbindet sich über die Shopware Admin API.
</Info>

## Erstelle eine Integration in Shopware

<img className="block dark:hidden" src="https://mintcdn.com/swiftsyncai/JPDjQoRySb31h-7U/images/marketing-screenshots/integrations/integration-configure-shopware-light-transparent.webp?fit=max&auto=format&n=JPDjQoRySb31h-7U&q=85&s=6e3244c62251d3b8f5ae524f9d375775" alt="Connecting Shopware to WISEPIM, shop URL, client credentials, locale mapping and a live connection test" width="1478" height="2078" data-path="images/marketing-screenshots/integrations/integration-configure-shopware-light-transparent.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/JPDjQoRySb31h-7U/images/marketing-screenshots/integrations/integration-configure-shopware-dark-transparent.webp?fit=max&auto=format&n=JPDjQoRySb31h-7U&q=85&s=75409039f763ea9b82683eb493260144" alt="Connecting Shopware to WISEPIM, shop URL, client credentials, locale mapping and a live connection test" width="1478" height="2078" data-path="images/marketing-screenshots/integrations/integration-configure-shopware-dark-transparent.webp" />

Shopware stellt eine Client ID und ein Secret aus, wenn du eine Integration erstellst.

<Steps>
  <Step title="Öffne Integrationen">
    Melde dich in deinem Shopware-Adminbereich an. Gehe zu **Settings** > **System** > **Integrations**.
  </Step>

  <Step title="Füge eine Integration hinzu">
    Klicke auf **Add integration**, nenne sie WISEPIM und gewähre ihr Administratorrechte (oder eine Rolle, die Produkte lesen und schreiben kann).
  </Step>

  <Step title="Kopiere die Zugangsdaten">
    Shopware zeigt dir eine **Access key ID** und einen **Secret access key**. Kopiere beide. Das Secret wird nur einmal angezeigt.
  </Step>

  <Step title="Speichere die Integration">
    Klicke auf **Save**, um die Integration aktiv zu halten.
  </Step>
</Steps>

## Füge deine Zugangsdaten in WISEPIM hinzu

Gib die Werte aus Shopware ein, um die Verbindung abzuschließen.

<Steps>
  <Step title="Öffne Integrationen">
    Melde dich bei WISEPIM an und gehe zu **Einstellungen** > **Integrationen**.
  </Step>

  <Step title="Wähle Shopware">
    Suche und klicke auf die **Shopware**-Integrationskachel.
  </Step>

  <Step title="Gib deine Zugangsdaten ein">
    Fülle die folgenden Felder aus:

    * **Shop URL**: die URL deines Shopware-Shops, inklusive `https://` (zum Beispiel `https://your-store.shopware.store`)
    * **Client ID**: die Access key ID aus Shopware
    * **Client Secret**: der Secret access key aus Shopware
  </Step>

  <Step title="Teste die Verbindung">
    Klicke auf **Verbindung testen**, um zu prüfen, ob deine Zugangsdaten funktionieren.
  </Step>

  <Step title="Speichern">
    Wenn der Test erfolgreich ist, klicke auf **Speichern**.
  </Step>
</Steps>

<Check>
  Dein Shopware-Shop ist jetzt verbunden. Du kannst mit dem Importieren von Produkten beginnen.
</Check>

<Warning>
  Dein Client Secret gibt vollen Zugriff auf deinen Shop über die Admin API. Teile es niemals öffentlich und übertrage es nicht in eine Versionskontrolle. Wenn du glaubst, dass es offengelegt wurde, lösche die Integration in Shopware und erstelle eine neue.
</Warning>

## Fehlerbehebung

<AccordionGroup>
  <Accordion title="Der Verbindungstest schlägt fehl">
    Prüfe zuerst deine Shop-URL. Sie muss korrekt sein und mit `https://` beginnen. Bestätige danach, dass du die Access key ID und den Secret access key exakt kopiert hast, ohne zusätzliche Leerzeichen.
  </Accordion>

  <Accordion title="Die Authentifizierung wird abgelehnt">
    Öffne die Integration in Shopware und bestätige, dass sie eine Rolle hat, die Produkte lesen und schreiben kann. Eine Nur-Lese-Rolle blockiert Exporte zurück in deinen Shop.
  </Accordion>
</AccordionGroup>

## Verwandte Themen

<CardGroup cols={2}>
  <Card title="Produkte importieren" icon="download" href="/de/essentials/importing-products">
    Hole deinen Katalog aus Shopware nach WISEPIM.
  </Card>

  <Card title="Produkte anreichern" icon="sparkles" href="/de/essentials/enriching-products">
    Verbessere Titel, Beschreibungen und SEO mit AI.
  </Card>

  <Card title="Produkte exportieren" icon="upload" href="/de/essentials/exporting-products">
    Sende die verbesserten Inhalte zurück an Shopware.
  </Card>

  <Card title="Alle Plattformen" icon="layout-grid" href="/de/integrations/supported-platforms">
    Sieh dir jede Plattform an, mit der WISEPIM sich verbindet.
  </Card>
</CardGroup>
