# Order connections

A Channable order connection helps keep order statuses, shipping information, and stock adjusted in real time by syncing data between your webshop and the marketplaces you’re listing on.

***

### How orders work in Channable

Channable’s order sync is a continuous loop that occurs every 5 minutes.&#x20;

<figure><picture><source srcset="/files/eX9nu9z9aMve7tLauQKD" media="(prefers-color-scheme: dark)"><img src="/files/vQRlA7KF58j7eSp3XWt0" alt=""></picture><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### Marketplace → Channable → Your eCommerce platform

* A customer orders on a marketplace
* The marketplace creates an **Open** order
* Channable retrieves the order and lists in under **Orders > All orders** with the status **Not shipped**
* Channable creates the order in your eCommerce back office
  {% endstep %}

{% step %}

### Your eCommerce platform → Channable (shipping info + status)

* You fulfill the order in your back office as normal:
  * ship the product
  * add a track & trace (T\&T) code
  * set the order to **Completed**
* When Channable detects a change in its next 5 min sync, it updates the order in Channable to:
  * **Waiting:** completed, but no T\&T code yet
  * **Shipped:** completed, and T\&T code is present

If there’s no T\&T code yet, Channable waits up to 3 hours. After that, it will set it to **Shipped** anyway (but without T\&T/transporter info).
{% endstep %}

{% step %}

### Channable → Marketplace (close the order)

Once Channable has shipping info (T\&T + transporter, if available), it updates the marketplace order with that shipping info.
{% endstep %}
{% endstepper %}

### Why use an order connection?

* **Centralized management:** Handle marketplace logistics from your eCommerce platform/webshop’s backend
* **Automation:** Order sync sends shipping labels and tracking numbers automatically, which is often required by marketplaces to keep your seller rating high
* **Inventory accuracy:** Lowers the risk of “out of stock” cancellations with updates every 5 minutes
* **Handling returns:** Sync cancellations and returns so your financial and inventory records stay consistent

### Continue learning

{% content-ref url="/pages/f31f42c2162deccd4b82f1b77038a14f268f4a8c" %}
[How to set up an order connection](/list-advertise/orders/order-connections/how-to-set-up-an-order-connection.md)
{% endcontent-ref %}

{% content-ref url="/pages/905a33e72c49e9de9bb7aa0af02bd874771d4fa7" %}
[Supported marketplaces for order connections](/list-advertise/orders/order-connections/supported-marketplaces-for-order-connections.md)
{% endcontent-ref %}

{% content-ref url="/pages/ThnfGSjQP4molJqnkEcL" %}
[Supported eCommerce platforms for order connections](/list-advertise/orders/order-connections/supported-ecommerce-platforms-for-order-connections.md)
{% endcontent-ref %}

{% content-ref url="/pages/EbcOfYTcqI5ABhARqpAc" %}
[How to add the order-sync add-on](/list-advertise/orders/order-connections/how-to-add-the-order-sync-add-on.md)
{% endcontent-ref %}

{% content-ref url="/pages/QwSRJAEipxIl6DPnbplP" %}
[Order connection billing logic](/list-advertise/orders/order-connections/order-connection-billing-logic.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://helpcenter.channable.com/list-advertise/orders/order-connections.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
