> 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-data-de/import-anleitung/importiere-deine-produktdaten.md).

# Importiere deine Produktdaten

### Wähle deinen Import

Channable bietet mehrere verschiedene Import-Optionen:

* [**Import über eine Datendatei**](/import-data/import-data-de/import-anleitung/importiere-deine-produktdaten/uber-eine-datendatei-importieren.md): Import von XML, CSV, TXT, JSON, Google Sheets oder Google Cloud Storage.
* [**Import über einen Webshop**](/import-data/import-data-de/import-anleitung/importiere-deine-produktdaten/uber-einen-webshop-importieren.md): Import von beliebten Webshops wie Shopify, WooCommerce oder Magento.

Wähle die Import-Option, die am besten zu deinem Unternehmen passt. Ein Import über eine Datendatei kann schneller sein, wenn du bereits einen sauberen Feed hast. Ein Webshop-Import ist oft einfacher, wenn du eine unterstützte Plattform verwendest und sie direkt verbinden kannst.

| Import                                                                                                                                            | Typischer Setup-Aufwand | Am besten geeignet, wenn                                                                                                                                    | Warum du sie wählen solltest                                                                                                                     |
| ------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| [**Import über einen Webshop**](/import-data/import-data-de/import-anleitung/importiere-deine-produktdaten/uber-einen-webshop-importieren.md)     | `●○○` Niedrig           | Du verwendest eine unterstützte Webshop-Plattform, zum Beispiel Shopify, WooCommerce oder Magento.                                                          | Es verbindet Channable direkt mit deinem Shop, daher ist das Setup oft einfacher und du musst nicht zuerst einen separaten Daten-Feed erstellen. |
| [**Import über eine Datendatei**](/import-data/import-data-de/import-anleitung/importiere-deine-produktdaten/uber-eine-datendatei-importieren.md) | `●●○` Mittel            | Du hast bereits einen Produkt-Feed, eine Tabelle oder eine Exportdatei. Es passt auch, wenn deine Plattform nicht als unterstützter Webshop aufgeführt ist. | Damit bekommst du einen flexiblen Importweg von XML, CSV, TXT, JSON, Google Sheets oder Google Cloud Storage.                                    |

***

### Kanalanforderungen erfüllen

Jeder Kanal hat seine eigenen Anforderungen an Produktdaten. Felder, Formate und Benennungen können je nach Kanal unterschiedlich sein.

Sobald du deinen Import startest, ordnet Channable deine Quelldaten in [Import-Felder](/import-data/import-data-de/import-konzepte/import-felder.md) und ordnet sie standardisierten Projekt-Feldern zu. So bereitest du einen Produktkatalog für mehrere Kanäle vor.

Bevor du deinen Import abschließt, prüfe dein Feld-Mapping sorgfältig:

* Prüfe, ob wichtige Felder wie `ID`, `Preis`, `Link`, und `Bildlink` korrekt zugeordnet sind.
* Behebe alle Warnungen in **Mapping** bevor du weitermachst.
* Benenne Felder um oder ordne sie neu zu, wenn deine Quelle andere Feldnamen verwendet.

Für den nächsten Schritt siehe [Ordne deine Import-Felder den Projekt-Feldern zu](/import-data/import-data-de/import-konzepte/import-felder/ordne-deine-import-felder-den-projekt-feldern-zu.md).


---

# 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-data-de/import-anleitung/importiere-deine-produktdaten.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.
