> 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/orders-retouren-en-annuleringen-verwerken/test-orders-en-testretouren.md).

# Test Orders en testretouren

Wanneer je in Channable een orderkoppeling instelt, kun je zien of orders correct worden ontvangen en informatie wordt teruggestuurd door een test order of test retour te sturen.

In deze handleiding leggen we uit hoe je standaard of aangepaste test orders en test retouren verstuurt.

***

### <i class="fa-memo-circle-check">:memo-circle-check:</i> Voordat je begint

**Je hebt nodig**

* Een orderkoppeling
* Product-ID's om te versturen die overeenkomen met de ID's in je eCommerce-platform
* Minstens 1 stuk voorraad voor elk item dat je wilt testen
* Het item/de items die je wilt testen, geïmporteerd in je Channable-account

**Goed om te weten**

* Dit proces test alleen de koppeling tussen Channable en je eCommerce-platform. Het test niet de koppeling tussen Channable en marketplace-kanalen.
* Je kunt de verzendmethode niet testen, omdat het geen echte order is

{% stepper %}
{% step %}

### Maak een test order/test retour aan

1. Ga naar **Setup > Order connections**.
2. Klik op **Instellingen** in de orderkoppeling die je wilt testen.
3. Klik op **Test order/Test retour**.
   {% endstep %}

{% step %}

### Stel je test order in

Je kunt een standaard test order of een aangepaste test order versturen.

**Standaard test order**

Een standaard test order test je order met de minimale hoeveelheid informatie die nodig is: de Product Item ID voor het item/de items die je wilt versturen, en het land waarnaar je de order ‘verstuurt’.

**Aangepaste test order**

Naast de item-ID en het land gebruikt een aangepaste test order extra gegevens, zoals klant-, prijs-, factuur-, verzend- en productinformatie.
{% endstep %}

{% step %}

### Stuur je test order

1. Zodra je klaar bent met het instellen van je order, klik op **Stuur testorder**.
2. Ga naar **Orders**.
3. Als de test is geslaagd, zou de test order moeten verschijnen op de **Alle orders** pagina.
4. Controleer je eCommerce-platform voor je test order (vaak de pagina met het orderoverzicht).
   {% endstep %}
   {% endstepper %}

{% hint style="warning" %}
**Belangrijk:** Zorg ervoor dat je de test order niet verwerkt!
{% endhint %}


---

# 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/orders-retouren-en-annuleringen-verwerken/test-orders-en-testretouren.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.
