> 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/orders/order-connections/order-connection-billing-logic.md).

# Order connection billing logic

Order connections are priced **per seller account**.

For most marketplaces, each country/region needs its own seller account. This means you usually need one order connection per country.

However, some marketplaces use one seller account for multiple countries. In these cases, you can set up multiple order connections for the price of one.

**Example**

{% columns %}
{% column %}

<p align="center"><i class="fa-circle-1">:circle-1:</i></p>

<p align="center"><strong>One seller account, one region</strong></p>

You sell on CDiscount with one seller account exclusively in France.

This requires one order connection (€49).
{% endcolumn %}

{% column %}

<p align="center"><i class="fa-circle-2">:circle-2:</i></p>

<p align="center"><strong>One seller account, multiple regions</strong></p>

You sell on Decathlon in 10 different countries through one seller account.

This requires **one** order connection (€49).
{% endcolumn %}

{% column %}

<p align="center"><i class="fa-circle-3">:circle-3:</i></p>

<p align="center"><strong>Multiple seller accounts, different regions</strong></p>

You sell on bol NL and bol BE using two separate bol seller accounts.

This requires **two** order connections (€98) because you're selling on two different seller accounts.
{% endcolumn %}
{% endcolumns %}

### Exceptions

Most marketplaces require an additional order connection per region, but these platforms support multiple countries for the price of one connection:

<details>

<summary><strong>Amazon</strong></summary>

With one seller account on Amazon, you can list in multiple regions. Since we can’t collect orders across all regions through one order connection, you can create multiple order connections for the price of one.

**Billing impact:** You are only charged for one add-on if your orders come from the same Amazon seller account.

</details>

<details>

<summary>eBay</summary>

You can set your eBay order connection country to **All countries** or a specific region (e.g. Australia, Canada).

If you select **All countries**, Channable can pull in orders across all regions. This would fall under one order connection.

**Billing impact:** You’ll only be charged for one add-on if your order connections use the same seller account. If you advertise in different countries with separate seller accounts, you need one add-on for each country and seller account.

**Coverage:**

* Australia
* Austria
* Belgium (Dutch)
* Canada
* Canada (French)
* France
* Germany
* Ireland
* Italy
* Netherlands
* Poland
* Spain
* Switzerland
* United Kingdom
* United States

</details>

<details>

<summary>Kaufland</summary>

With Kaufland, you can set up several order connections for all regions without additional charges.

**Coverage:**

* Germany
* Czech Republic
* Slovakia
* Poland
* Austria

</details>

<details>

<summary>Spartoo</summary>

With Spartoo, you can set up several order connections for all regions without additional charges.

**Coverage:**

* Belgium
* Croatia
* Czech Republic
* Denmark
* Finland
* France
* Germany
* Greece
* Hungary
* Italy
* The Netherlands
* Poland
* Portugal
* Romania
* Slovakia
* Slovenia
* Spain
* Sweden
* United Kingdom

</details>

<details>

<summary>Decathlon</summary>

Decathlon uses Mirakl’s multi-country functionality, allowing you to use one seller account for all supported European regions when you provide localized product attributes (e.g. productTitle-es\_ES).

**Coverage:**

* Belgium
* France
* Germany
* Italy
* Netherlands
* Poland
* Portugal
* Spain
* UK

</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/orders/order-connections/order-connection-billing-logic.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.
