> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/import-data/import-how-to/import-your-product-data/import-via-a-webshop/shopware-5.md).

# Shopware 5

{% hint style="info" %}
**Note:** This article is about importing your products from **Shopware 5**. If you have Shopware 6, follow the steps in [this article.](/import-data/import-how-to/import-your-product-data/import-via-a-webshop/shopware-6.md)
{% endhint %}

### Before you start

You’ll need

* A Channable account with a project
* A Shopware account

{% stepper %}
{% step %}

### Download the Channable Connector plugin

{% stepper %}
{% step %}
In the Shopware store, download the [Channable Connector plugin](https://store.shopware.com/en/res6026584109026f/channable-connector.html).

<figure><img src="/files/d8aeb995bfe591e51ffb914003532636c05bea50" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
In your Shopware backend, go to **Configuration > Plugin Manager**.
{% endstep %}

{% step %}
Click **Installed**. Find the Channable Connector plugin and click the pencil icon to edit your plugin.

<figure><img src="/files/127deed84baae4d0f4f16eea07b5b6fcc0b1fb44" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click **Auto connect**.

Note: If you have different shops/languages set in your Shopware account, choose which shop to connect with by selecting the locale tab > **Auto connect**.

<figure><img src="/files/c5960116f88ea621084dc52cae76765c73c0e768" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
You will be redirected to Channable to finalize your connection. If you haven't logged in yet, you'll be prompted to do so.
{% endstep %}

{% step %}
Click **Add connection**.

<figure><img src="/files/b9a88d30cdd3153a31449e0e579417eb0e6448f8" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}
{% endstep %}

{% step %}

### Set up your Shopware 5 connection (Your data source & Import settings)

{% stepper %}
{% step %}
In Channable, open the project you want to import your product data to.
{% endstep %}

{% step %}
Go to **Setup > Import** and click **+ Choose import method**. Select **Shopware 5**.
{% endstep %}

{% step %}
Select the Shopware connection you just made.
{% endstep %}

{% step %}
For **Name**, give your channel a descriptive name (e.g. "Shopware EN")
{% endstep %}

{% step %}
Click **Run import**. You'll be redirected to the **Import mapping** step to map your product information.
{% endstep %}
{% endstepper %}
{% endstep %}

{% step %}

### Import mapping

This page displays your import fields (fields retrieved from your Shopware 5 webshop \[e.g. price, description, title]), and corresponding project fields (Channable's standardized fields used to streamline channel setups).

{% hint style="info" %}
Tip: Want to learn more about how import mapping works in Channable? Read our [dedicated guide on mapping](/get-started/getting-started/fields-in-channable/field-mapping-in-channable.md).
{% endhint %}

{% stepper %}
{% step %}
Compare and adjust mapping:

Review your **Imported data fields** against Channable's matched **Project fields**. If a field was matched incorrectly, click on the field to select a different field.
{% endstep %}

{% step %}
Check and correct field types:

Check that the right field type is assigned to your project fields. If a field has the wrong type, click **Edit** next to the field, select the correct type in the dropdown, and click **Save & Import**.
{% endstep %}

{% step %}
Exclude fields (optional):

To exclude a field from being included in your product data, click the checkbox in the **Select** column for that field and select the **Exclude** checkbox.&#x20;

Once you've finished mapping, click **Save & Import** to start importing your product data. Depending on how much data you're importing, this can take some time.

{% hint style="success" %}
Tip: Check the **Status** column in **Setup** to check your import progress. Your product data is fully imported when the Status is **Finished**.
{% endhint %}
{% endstep %}
{% endstepper %}
{% endstep %}

{% step %}

### Overview

After your product data has finished importing:

* Go to **Overview** to view your imported products.
* Click on an item to see detailed information.

<figure><img src="/files/OOmR6aDntkdmtBWWCtEH" alt=""><figcaption></figcaption></figure>

You're good to go! Your items are ready to use to create and optimize Feeds, Marketplaces, Shopping Ads, and more in Channable.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://helpcenter.channable.com/import-data/import-how-to/import-your-product-data/import-via-a-webshop/shopware-5.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
