> 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/get-started/get-started-nl/aan-de-slag/koppelingen-in-channable.md).

# Koppelingen in Channable

In Channable koppelt een koppeling je Account aan een extern platform, zoals een webshop, marketplace of advertentienetwerk. Koppelingen maken het mogelijk voor Channable om product- en Ordergegevens te ontvangen en te verzenden, Orders te synchroniseren en campagnes te beheren op het platform dat je gebruikt.

### Wat doen koppelingen?

Koppelingen vervullen drie hoofdfuncties:

* Stuur gegevens vanuit Channable Naar een platform.
* Verifieer je Account via het gekoppelde platform (bijv. webshop, Verkoper-account).
* Geef platformspecifieke vereisten voor het vermelden van je producten.

{% hint style="warning" %}
**Belangrijk:** Een koppeling aanmaken zal je webshopprestaties niet omlaag trekken of negatief beïnvloeden. Bestaande advertenties en/of vermeldingen blijven gewoon zoals ze zijn. Er worden geen updates of wijzigingen doorgevoerd tot je een kanaal activeert en uitvoert.
{% endhint %}

### Verschillende soorten van Koppelingen

#### Koppelingen importeren

**gebruik:** Naar productgegevens in Channable brengen

Importkoppelingen verbinden Channable met de plek vanuit waar je productcatalogus wordt gehost—meestal je webshop. Zodra je verbonden bent, kan Channable je productgegevens automatisch inladen.

#### Advertentiekoppelingen

**gebruik:** Om advertentiecampagnes vanuit Channable op advertentieplatforms te draaien (bijv. Google Ads, Amazon Ads)

Advertentiekoppelingen laten Channable advertentiecampagnes voor advertentietools maken. Deze koppelingen synchroniseren met je bestaande advertentieaccounts en helpen je listings te Optimaliseren voor betaalde campagnes.

#### Marktplaatskoppelingen

**gebruik:** Om producten op marktplaatsen te plaatsen (bijv. Amazon, bol)

Om via Channable producten op een marktplaats te plaatsen, moet je je Channable-account verbinden met het verkopersaccount van die specifieke marktplaats. Daarmee wordt je account gevalideerd en kun je productvermeldingen versturen.

Sommige marktplaatsen vereisen per regio een aparte koppeling.

Bijvoorbeeld:

Voor Amazon heb je per regio een andere Amazon Koppeling nodig, omdat je een Amazon Account nodig hebt voor elke storefront (bijv. een Franse Amazon Account om te verkopen op Amazon in Frankrijk \[amazon.fr])

#### Order Koppelingen (add-on voor Marketplaces)

Gebruik: om Orders tussen Channable en je webshop te synchroniseren

Order Koppelingen verzenden en synchroniseren Order-gegevens (voorraadniveaus, verzend Status, trackinginformatie) vanuit de marketplaces waarop je actief bent terug Naar je eCommerce platform.


---

# 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/get-started/get-started-nl/aan-de-slag/koppelingen-in-channable.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.
