# How do I set up a ManoMano Order connection?

Setting up a ManoMano order connection follows a slightly different process from a regular connection as it requires tracking URLs.

***

{% hint style="info" %}
**Note:** The order connection retrieves all open orders; we don't filter by country. That means that an order connection with ManoMano picks up all orders in one specific seller account, regardless of which country the order comes from.
{% endhint %}

### <i class="fa-memo-circle-check">:memo-circle-check:</i> Before you start

**You’ll need**

* The Order sync add-on enabled in your plan
* A compatible webshop or our Channable API
* Matched IDs: Your webshop products must match the products in your marketplace channel (use the same product ID)

**Good to know**

* You need [one order sync add-on per seller account](https://app.gitbook.com/o/QRs4Yua0yRsGzJScLQzF/s/8y3q10FnokmlpzYq3YPS/manage-your-subscription/channables-pricing-plans#modules)
* You can only use one webshop platform per project.

### Set SKU as an internal reference in your ManoMano feed

Unlike most order connections, the ManoMano order connection doesn't use the `id` field to match the orders with your products in your backend. Instead, ManoMano uses the `SKU` field as the main identifier for your products. Therefore, you need to map the internal product ID of your backend to the `SKU` field in the "Finalize" step (this can be, for example, the `id` field) for the orders to match the products in your backend.

<figure><img src="/files/0hI8hVxjvzuBxvI7HoJF" alt=""><figcaption></figcaption></figure>

### Generating an API key

To create a connection with ManoMano, you will require a seller ID and an API key. The API key is the standard authentication system of the ManoMano API, so to be able to connect Channable with the ManoMano API system, you will need to generate a key connected to your seller ID. To generate a key, follow these steps:

{% stepper %}
{% step %}

### In your ManoMano seller account

Go to the API key page in **Toolbox > Settings > API key**.
{% endstep %}

{% step %}

### Create a new key

Click on “Create API key”.
{% endstep %}

{% step %}

### Name your key

Name your API key (for example: Channable Order Connection).
{% endstep %}

{% step %}

### Generate

Click on **Generate API key**.
{% endstep %}
{% endstepper %}

### Creating the connection

Once you have generated an API key, you can set up the actual connection in Channable. Under Setup > Setup Orders, click on setup orders and then "add a new connection". Fill in the requested information.

Once this connection is created, you can contact support to request the final part of the setup. More information about setting up the order connection can be found on this page: [Broken mention](broken://pages/ae2d9141823caba4f23da5e58752fe1dc07814d9)

### ManoMano Tracking URLs: Supported Transporters

ManoMano is one of the few marketplaces that does not accept an order without a tracking URL, which means that we will have to generate the URL ourselves. We do not know what tracking URLs look like for all logistics providers, thus it is important to check with our support department to see if your transporter is already supported.


---

# 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/how-to-set-up-an-order-connection/how-do-i-set-up-a-manomano-order-connection.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.
