> 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/list-advertise/list-and-advertise-de/bestellungen/bestell-setup-konfigurieren/alternative-produkt-ids.md).

# Alternative Produkt-IDs

Mit dem alternativen ID-Mapping kannst du benutzerdefinierte Felder festlegen, damit eingehende Bestellungen deinem Produktfeed zugeordnet werden können.<br>

Standardmäßig verwendet Channable die eindeutige ID pro Item deines Kanals. Du kannst das aber so einstellen, dass für den Bestellabgleich ein anderes oder zusätzliches Feld verwendet wird.

#### Wann du es verwendest

* Dein Marktplatz verwendet andere Produkt-IDs als dein Webshop
* Du brauchst SKU-Mappings für bestimmte Regionen
* Du wechselst von einer anderen Plattform mit Legacy-IDs
* Deine Produkte haben pro Item mehrere Marktplatz-Listings

### So funktioniert's

Wenn du Items in Channable importierst, verfolgen wir die primären Kennungen aus deiner Haupt-Importquelle (z. B. dein Webshop, Datendatei) sowie häufig verwendete alternative Kennungen wie EAN- und SKU-Codes.

Beim Verarbeiten einer Bestellung kann Channable:

1. Lies die Kennung aus den Bestelldaten des Marktplatzes aus
2. Versuche, diesen Wert mit den erfassten alternativen IDs abzugleichen (z. B. EAN/GTIN)
3. Erstelle für jedes passende Produkt eine Webshop-Bestellzeile.

So kannst du Bestellungen verarbeiten, auch wenn sich die Kennung des Marktplatzes von der Hauptkennung deines Webshops unterscheidet.

#### Was diese Einstellung nicht macht

Die Zuordnung alternativer IDs hilft dabei, Bestellartikel mit bestehenden Webshop-Produkten abzugleichen. Sie tut nicht Folgendes:

* Die Kennung ändern, die du an einen Marktplatz sendest, wenn du Produkte listest
* Doppelte EAN-/SKU-Werte in deinem Webshop-Katalog beheben
* Garantieren, dass eine Bestellung erstellt wird, wenn der Marktplatz unbekannte Produktkennungen sendet

### Unterstützte Marktplätze und IDs

Channable unterstützt derzeit das Alternative-ID-Mapping für die folgenden Webshops und die entsprechenden Kennungsfelder:

| Plattform          | Kennungsfelder                     |
| ------------------ | ---------------------------------- |
| BigCommerce        | sku, GTIN                          |
| CCVShop            | sku\_number, ean, ean\_number, mpn |
| Lightspeed Eseries | sku                                |
| Lightspeed         | sku, article\_code, ean            |
| Magento            | sku, ean                           |
| MijnWebWinkel      | sku, uuid                          |
| Prestashop         | ean13, GTIN, reference             |
| Shopify            | sku, GTIN                          |
| Shoptrader         | sku, ean                           |
| Shopware           | ean, article\_number               |
| Squarespace        | sku                                |
| WooCommerce        | sku                                |


---

# 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/list-advertise/list-and-advertise-de/bestellungen/bestell-setup-konfigurieren/alternative-produkt-ids.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.
