> 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/order-setup-configureren/alternatieve-product-ids.md).

# Alternatieve product-ID's

Alternatieve ID-mapping geeft je de mogelijkheid om aangepaste velden in te stellen, zodat inkomende orders aan je productfeed worden gekoppeld.<br>

Standaard gebruikt Channable het unieke id per item van je kanaal, maar je kunt dit instellen zodat er een ander of extra veld wordt gebruikt voor de orderkoppeling.

#### Wanneer gebruik je het

* Je marketplace gebruikt andere product-ID's dan je webshop
* Je hebt SKU-koppeling nodig per regio
* Je stapt over van een ander platform met oude ID's
* Je producten hebben meerdere marketplace-aanbiedingen per item

### Zo werkt het

Wanneer je items in Channable importeert, volgen we de primaire identificaties uit je hoofdimportbron (bijv. je webshop, databestand) en veelgebruikte alternatieve identificaties zoals EAN- en SKU-codes.

Bij het verwerken van een order kan Channable:

1. Lees de identifier uit de ordergegevens van de marketplace
2. Probeer die waarde te koppelen aan bijgehouden alternatieve id's (bijv. EAN/GTIN)
3. Maak voor elk gematcht product een webshop-orderregel aan.

Zo kun je orders verwerken, zelfs als de marketplace-identifier afwijkt van de hoofdidentifier van je webshop.

#### Wat deze instelling niet doet

Alternatief-ID-mapping helpt orderitems te koppelen aan bestaande webshopproducten. Het doet niet:

* Wijzigt de identifier die je naar een marketplace stuurt wanneer je producten aanbiedt
* Dubbele EAN/SKU-waarden in de catalogus van je webshop oplossen
* Garandeert geen orderaanmaak wanneer de marketplace onbekende productidentifiers stuurt

### Ondersteunde marketplaces en id's

Channable ondersteunt op dit moment Alternative ID-mapping voor de volgende webshops en bijbehorende identifier-velden:

| Platform           | Identifier-velden                  |
| ------------------ | ---------------------------------- |
| 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-nl/orders/order-setup-configureren/alternatieve-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.
