> 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-nl/orders/configureer-order-setup/alternative-product-ids.md).

# Alternatieve product-ID's

Leer hoe alternatieve product-ID's werken in orderkoppelingen, wanneer je ze gebruikt en welke webshop-identificatievelden Channable ondersteunt.

Met alternatieve ID-mapping kun je aangepaste velden instellen om binnenkomende bestellingen Naar je productfeed te koppelen.

Standaard gebruikt Channable de Uniek ID per Item van je kanaal, maar je kunt dit Naar wens instellen met een ander of aanvullend Veld voor Ordermatching.

#### Wanneer je alternatieve product-ID's gebruikt

* Je marktplaats gebruikt andere product-ID's dan je webshop
* Je hebt regiospecifieke SKU-koppeling nodig
* Je migreert vanuit een ander platform met verouderde ID's
* Je producten hebben meerderen marktplaatsvermeldingen per Item

### Hoe het werkt

Wanneer je Items in Channable importeert, houden we de primaire identificatoren bij vanuit je belangrijkste importtarget (bijv. je webshop, databestand) en veelgebruikte alternatieve identificatoren zoals EAN- en SKU-codes.

Bij het verwerken van een Order kan Channable:

1. De identificator lezen die is ontvangen in de Ordergegevens van de marktplaats
2. Proberen die waarde Naar geregistreerde alternatieve ID's te koppelen (bijv. EAN/GTIN)
3. Maak aan een webshop-Orderregel voor elk gekoppeld product.

Hiermee kun je bestellingen verwerken, zelfs als de identificator van de marktplaats afwijkt van de hoofdidentificator van je webshop.

#### Wat deze instelling niet doet

Alternatieve ID-mapping helpt Order-Items Naar bestaande webshopproducten te koppelen. Dit doet het niet:

* De identificator wijzigen die je Naar een marktplaats stuurt wanneer je producten aanbiedt
* Dubbele EAN-/SKU-waarden in je webshopcatalogus oplossen
* Garanderen dat een Order wordt aangemaakt wanneer de marktplaats onbekende productidentificatoren stuurt

### Ondersteunde marktplaatsen en ID's

Channable ondersteunt momenteel alternatieve ID-Mapping voor de volgende webshops en bijbehorende identificatievelden:

| platform           | Identificatievelden                    |
| ------------------ | -------------------------------------- |
| BigCommerce        | `sku`, `GTIN`                          |
| CCVShop            | `sku_Getal`, `ean`, `ean_Getal`, `mpn` |
| Lightspeed Eseries | `sku`                                  |
| Lightspeed         | `sku`, `article_code`, `ean`           |
| Magento            | `sku`, `ean`                           |
| MijnWebWinkel      | `sku`, `uuid`                          |
| Odoo               | `barcode`, `code`                      |
| Prestashop         | `ean13`, `GTIN`, `reference`           |
| Shopify            | `sku`, `GTIN`                          |
| Shoptrader         | `sku`, `ean`                           |
| Shopware           | `ean`, `article_Getal`                 |
| 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-nl/orders/configureer-order-setup/alternative-product-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.
