> 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/synchroniseer-order-bijlagen-naar-je-ecommerce-platform.md).

# Synchroniseer Order-bijlagen Naar je eCommerce platform

Channable kan orderbijlagen (zoals verzendlabels) direct synchroniseren met de orderbeheeromgeving van je e-commerceplatform, zodat je bestanden niet meer handmatig uit Channable hoeft op te halen.&#x20;

### Ondersteunde webshops

Informatie wordt altijd in hetzelfde formaat verstuurd, maar de locatie ervan verschilt per webshop.

| Platform           | Actie vereist            | Locatie in webshop               |
| ------------------ | ------------------------ | -------------------------------- |
| Shopify            | Geen                     | Order-metavelden                 |
| Shopware 6         | Handmatige setup vereist | Aangepaste velden                |
| WooCommerce        | Geen                     | Orderopmerkingen                 |
| BigCommerce        | Geen                     | Opmerkingen voor medewerkers     |
| Mijnwebwinkel      | Geen                     | Interne opmerking                |
| Lightspeed         | Geen                     | Opmerkingen                      |
| Lightspeed eSeries | Geen                     | Privé notities voor beheer       |
| Magento            | Geen                     | payment\_additional\_information |
| CCV Shop           | Geen                     | Orderopmerkingen                 |
| PrestaShop         | Geen                     | Memo                             |

### Hoe je orderbijlagen inschakelt

1. Ga in je Channable-account naar **Setup > Order connections**.
2. Selecteer de **Instellingen** stap in **\[je orderkoppeling]**.
3. Klik op **Geavanceerde instellingen**.&#x20;
4. Ga in **Fulfillment-updates**klik op **Orderbijlage-URL's naar platform sturen**.
5. Stel de status in op **Ingeschakeld**.
6. Klik op **Opslaan**.

<details>

<summary>Hoe je orderbijlagen synchroniseert voor Shopware 6</summary>

Om deze functie in Shopware 6 te gebruiken, moet je de aangepaste velden zelf definiëren zodat ze in je Admin-paneel verschijnen:

1. Log in op je Shopware 6-account.
2. Ga naar **Instellingen > Inhoud > Aangepaste velden**.
3. Klik op **Nieuwe set toevoegen**.
4. Maak je aangepaste veldenset met de volgende informatie aan:
   1. **Technische naam**: order\_attachments
   2. **Label:** Orderbijlagen
   3. **Toewijzen aan:** Orders
5. Klik op **Opslaan**. Je kunt nu een aangepast veld aanmaken om toe te voegen aan je nieuwe set.
6. Klik op **Nieuw aangepast veld**.
7. Geef de volgende informatie op:
   1. **Type**: Tekstveld
   2. **Technische naam**: shipping\_label\_urls
   3. **Label**: Verzendlabels
8. Klik op **Toevoegen**.

</details>


---

# 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/synchroniseer-order-bijlagen-naar-je-ecommerce-platform.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.
