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

> Connect your Shopware 6 store to WISEPIM. Create an integration, add the access key and secret in WISEPIM, and start syncing your catalog.

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

Setup takes two steps: create an integration in your Shopware admin, then add its credentials in WISEPIM.

<Info>
  You need admin access to your Shopware 6 store and a WISEPIM account with an active project. WISEPIM connects through the Shopware Admin API.
</Info>

## Create an 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 issues a client ID and secret when you create an integration.

<Steps>
  <Step title="Open Integrations">
    Log in to your Shopware admin. Go to **Settings** > **System** > **Integrations**.
  </Step>

  <Step title="Add an integration">
    Click **Add integration**, name it WISEPIM, and grant it administrator privileges (or a role that can read and write products).
  </Step>

  <Step title="Copy the credentials">
    Shopware shows an **Access key ID** and a **Secret access key**. Copy both. The secret is only shown once.
  </Step>

  <Step title="Save the integration">
    Click **Save** to keep the integration active.
  </Step>
</Steps>

## Add your credentials to WISEPIM

Enter the values from Shopware to finish the connection.

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

  <Step title="Select Shopware">
    Find and click the **Shopware** integration tile.
  </Step>

  <Step title="Enter your credentials">
    Fill in the following fields:

    * **Shop URL**: your Shopware store URL, including `https://` (for example, `https://your-store.shopware.store`)
    * **Client ID**: the Access key ID from Shopware
    * **Client Secret**: the Secret access key from Shopware
  </Step>

  <Step title="Test the connection">
    Click **Test Connection** to confirm your credentials work.
  </Step>

  <Step title="Save">
    If the test succeeds, click **Save**.
  </Step>
</Steps>

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

<Warning>
  Your client secret gives full access to your store through the Admin API. Never share it publicly or commit it to version control. If you think it is exposed, delete the integration in Shopware and create a new one.
</Warning>

## Troubleshooting

<AccordionGroup>
  <Accordion title="The connection test fails">
    Check your shop URL first. It must be correct and start with `https://`. Then confirm you copied the Access key ID and Secret access key exactly, with no extra spaces.
  </Accordion>

  <Accordion title="Authentication is rejected">
    Open the integration in Shopware and confirm it has a role that can read and write products. A read-only role blocks exports back to your store.
  </Accordion>
</AccordionGroup>

## Related

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

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

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

  <Card title="All platforms" icon="layout-grid" href="/en/integrations/supported-platforms">
    See every platform WISEPIM connects to.
  </Card>
</CardGroup>
