> 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-fr/commandes/connexions-de-commande/plateformes-e-commerce-prises-en-charge-pour-les-connexions-de-commande/comment-configurer-lapi-channable-pour-une-connexion-de-commande.md).

# Comment configurer l'API Channable pour une connexion de Commande

Utilisez l’API Channable lorsque la plateforme de votre boutique en ligne n’est pas prise en charge pour la synchronisation des Commande. Vous créez l’intégration dans votre propre backend. Channable gère toujours le côté marketplace de la connexion des Commande.

La référence API se trouve à [api.channable.com](https://api.channable.com/v1/docs).

***

### <i class="fa-memo-circle-check">:memo-circle-check:</i> Avant de commencer

**Vous aurez besoin de**

* Le module complémentaire de synchronisation des Commande
* Une marketplace compatible
* Un accès propriétaire (requis pour générer un jeton)

**Bon à savoir**

* Il s’agit d’un processus technique qui nécessite souvent l’aide d’un(e) développeur(se).
* L’API Channable peut se connecter à n’importe quelle plateforme eCommerce

{% stepper %}
{% step %}

### Générez un token d’API Channable

1. Dans votre Compte Channable, accédez à **Paramètres entreprise > Channable API**.
2. Cliquez **Générer un token**.
3. Cliquez <i class="fa-clipboard">:clipboard:</i> pour copier votre token.

![](/files/84ede7c08b847c1c8555406f80281726859c28ad)
{% endstep %}

{% step %}

### Configurez votre backend pour utiliser votre nouveau token

La documentation technique pour implémenter l’API Channable est disponible [ici](https://api.channable.com/v1/docs).

{% hint style="info" %}
**Remarque :** Il s’agit d’un processus technique qui nécessite souvent l’aide d’un(e) développeur(se).
{% endhint %}
{% endstep %}

{% step %}

### Envoyez une Commande de test via le bac à sable Channable

L’envoi d’une Commande de test vérifie si Channable peut envoyer et recevoir avec succès des informations de votre target backend. Cela ne vérifie pas s’il peut recevoir des informations de vos Canaux de marketplace.

{% hint style="warning" %}
**Important :** Assurez-vous que l’ID produit fourni correspond à l’ID unique de vos Produits dans votre boutique en ligne.
{% endhint %}

1. Aller A **Installation > Termes et Conditions (en anglais) de Commande**.
2. Pour **plateforme**, Sélectionner l'API Channable.
3. Pour **Canal**, sélectionnez Channable Sandbox.
4. Cliquez **Sauvegarder**.
5. Cliquez **Envoyer un test > Envoyer une commande test**.
6. Veuillez fournir les informations suivantes :
7. **ID du produit :** Renseignez l’ID du produit d’un Produit parmi vos Produits importés. *Cet ID doit être le même ID unique utilisé pour ce Produit dans votre boutique en ligne.*

{% hint style="info" %}
**Remarque :** Vous pouvez tester plusieurs produits en séparant vos ID par des virgules.
{% endhint %}

8. **Pays :** Sélectionner un pays dans lequel vous vendez ce produit.
9. Cliquez **Envoyer une commande test**. Channable testera avec des informations produit aléatoires (p. ex. le prix, la Description).
   {% endstep %}
   {% endstepper %}

Si elle aboutit, votre commande test apparaîtra dans votre Compte Channable. Si vous recevez un message d’erreur ou ne parvenez pas à envoyer une commande test, veuillez [contacter notre équipe d’assistance technique](https://app.gitbook.com/o/QRs4Yua0yRsGzJScLQzF/s/UAGSVlvcNsqEqVUgr0tD/contact-support).


---

# 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-fr/commandes/connexions-de-commande/plateformes-e-commerce-prises-en-charge-pour-les-connexions-de-commande/comment-configurer-lapi-channable-pour-une-connexion-de-commande.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.
