# Which shipping methods should I use for Cdiscount?

Cdiscount requires you to select the shipping methods that you support, with a minimum of selecting the "tracked" shipping method. Cdiscount provides information about these shipping options in your seller central. We advise you to read through them to understand what the shipping methods actually mean. You can find this information by navigating to the following page in Cdiscount Seller Central.

<figure><img src="/files/e0e74442e674f689e3524c5809f471992dc0cef3" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Important: If you send any product of more than 30kg you have to assign only the big volume products transport. If you have also lighter products, you'll have to create an API for the products lighter than 30kgs and another API for the products of 30kgs or heavier.
{% endhint %}

To understand what Cdiscount wants in terms of shipping, it's a good idea to read through the text in the orange square.

<figure><img src="/files/15044a0c458ae479dedc95d1c11853cd9f238f58" alt=""><figcaption></figcaption></figure>


---

# 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/sell-on-marketplaces/cdiscount/which-shipping-methods-should-i-use-for-cdiscount.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.
