> 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/processing-orders-returns-and-cancellations/order-returns.md).

# Order returns

Order returns is a default feature you can disable or re-enable in your advanced order connection settings to allow Channable to receive and send order return information for compatible eCommerce platforms and marketplaces.

***

{% tabs %}
{% tab title="Platforms supporting order returns" %}

| eCommerce platform |
| ------------------ |
| Channable API      |
| BigCommerce        |
| Lightspeed         |
| Magento            |
| Mijnwebwinkel      |
| Shopify            |
| {% endtab %}       |

{% tab title="Marketplaces supporting order returns" %}

<table><thead><tr><th width="298.333251953125">Marketplace</th><th>Notes</th></tr></thead><tbody><tr><td>Amazon</td><td>Fulfilled by Amazon (FBA) returns are not supported.</td></tr><tr><td>ANWB</td><td></td></tr><tr><td>bol</td><td></td></tr><tr><td>But</td><td></td></tr><tr><td>Carrefour Spain</td><td></td></tr><tr><td>Carrefour France</td><td></td></tr><tr><td>Conforama</td><td></td></tr><tr><td>Conrad</td><td>A return address in Mirakl is required.</td></tr><tr><td>Debenhams</td><td></td></tr><tr><td>Decathlon</td><td></td></tr><tr><td>Douglas</td><td></td></tr><tr><td>eBay</td><td></td></tr><tr><td>ePrice</td><td></td></tr><tr><td>fonQ</td><td></td></tr><tr><td>Fruugo</td><td></td></tr><tr><td>Galaxus</td><td>Marketplace Program only.</td></tr><tr><td>Galeries LaFayette</td><td></td></tr><tr><td>Home24</td><td></td></tr><tr><td>Hornbach</td><td></td></tr><tr><td>INNO</td><td></td></tr><tr><td>Kaufland</td><td></td></tr><tr><td>Kruidvat</td><td></td></tr><tr><td>La Redoute</td><td></td></tr><tr><td>Le BHV Marais</td><td></td></tr><tr><td>Leen Bakker</td><td></td></tr><tr><td>Leroy Merlin, Bricoman</td><td></td></tr><tr><td>Maisons du Monde</td><td></td></tr><tr><td>Manor</td><td></td></tr><tr><td>Maxeda, Praxis/Brico</td><td></td></tr><tr><td>MediaMarkt</td><td></td></tr><tr><td>Miravia</td><td></td></tr><tr><td>Nextail</td><td></td></tr><tr><td>Nocibe</td><td></td></tr><tr><td>Obelink</td><td></td></tr><tr><td>OTTO</td><td>Requires <a href="/pages/aa260e6e30c0c424673b3eb06c5f0f98ce887245">additional setup</a>.</td></tr><tr><td>PcComponentes</td><td></td></tr><tr><td>Showroomprive</td><td></td></tr><tr><td>Sprinter</td><td></td></tr><tr><td>TikTok Shop</td><td></td></tr><tr><td>ToBeDressed</td><td></td></tr><tr><td>Vtwonen</td><td></td></tr><tr><td>Walmart</td><td></td></tr><tr><td>Worten</td><td></td></tr><tr><td>Zalando</td><td><p>Requires <a href="/pages/a9a5bfc8bee0a28e84f8e0370d4afdf6aba09f03">manual action</a>.</p><p></p><p>Channable doesn't receive return requests or return updates from Zalando, as Zalando notifies you of return requests directly.</p><p></p><p>To notify Zalando of return decisions, you can accept or reject the return in Channable.</p></td></tr></tbody></table>
{% endtab %}
{% endtabs %}

### How order returns work

#### 1) Customer requests a return on the marketplace

* Customer requests a return
* Channable detects the request and displays it in the **Orders > Product returns** overview.
* Channable creates a return request in your eCommerce platform's backend, including details like address and invoice number.

#### 2) Your webshop → Channable (shipping info + status)

* You fulfill the return request in your back office and assign it a status.

**Common status options:**

* **Accept:** You processed the return and refunded the customer.
* **Reject:** You didn’t receive or don’t accept the return and don’t issue a refund.<br>

**Additional status options (marketplace & eCommerce platform dependent)**

* **Repair:** You fixed the item and returned it to the customer without a refund.
* **Exchange:** You sent a replacement item instead of a refund.
* **Keep:** The customer is allowed to keep the item and receives a refund.
* **Cancel:** You cancelled the return request, with no refund.

{% hint style="info" %}
You don’t need to update the return status for bol FBB orders, as bol handles the return process. Returns will appear as **Accepted** in your eCommerce platform.
{% endhint %}

#### 3) Channable → Marketplace (close the order)

* Channable checks the return status every hour
* Channable updates the return status in the Product returns overview
* Once a status is set, Channable will relay that information back to the marketplace, who will use it to inform their customer of the outcome.

### Rate limits

Marketplaces may limit how many requests we can send in a short period of time. If you receive many returns at once, we might not be able to retrieve and update every return immediately.

To prevent delays and disruptions, process returns as soon as possible in your 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/list-advertise/orders/processing-orders-returns-and-cancellations/order-returns.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.
