> 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-on-channels/to-be-dressed/setting-up-a-to-be-dressed-feed.md).

# Setting up a To Be Dressed feed

To Be Dressed is a fashion marketplace in the Netherlands. Channable offers a connection with To Be Dressed through an export feed. The following steps will show you how to set up a feed for To Be Dressed.

### General feed setup

After creating a To Be Dressed account, follow these steps to set up your feed:

1. Add a new feed, navigate to **Channels**.
2. Click **+Create channel**.
3. Search for and select "To Be Dressed".
4. Name the new feed and click **Continue**.&#x20;

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

### Categorization

You can start by [generating and filling in categories](/manage-improve-product-data/categorize-products/create-product-categories/use-the-generate-categories-function.md), or by [manually adding categories](/manage-improve-product-data/categorize-products/create-product-categories/add-categories-manually.md) in the *Categories step,* until 100% of the products are categorized.

#### Rules

Create [Rules](/manage-improve-product-data/rules-bulk-edit-and-enrich/rules-in-channable.md) to optimize your product data.&#x20;

### Mapping & Quality

Link the right fields in the [**Mapping** step](/list-advertise/list-on-channels/set-up-a-feed/set-up-a-feed-mapping-step.md).

Check your feed in the [**Quality**](/list-advertise/list-on-channels/set-up-a-feed/set-up-a-feed-quality-step.md) and [**Preview**](/list-advertise/list-on-channels/set-up-a-feed/set-up-a-feed-preview-and-export-step.md) steps. If there are any errors for mandatory fields, solve these first by optimizing your product data with rules and/or connecting the right fields in the **Mapping**step. Repeat if needed.

**Tip!** For a description of the channel fields, hover over the gray question mark icons with your cursor. Make sure to at least fill in all the mandatory fields, which are blue.

### Implement the To Be Dressed specifications

There are a few specifications that are To Be Dressed specific and need to be included in the feed. The list below shows you these specifications and how to implement them into your To Be Dressed feed.

1. **An ID code that includes the size of the product** When sending your products to To Be Dressed the ID code format of these products needs to follow the format "GroupID"|Size" where the "GroupID" is an umbrella code for all products which differ in size both have the same color. You can use a rule like the one below to format the ID codes into the To Be Dressed format. It is a good idea to [add a new field](/get-started/getting-started/fields-in-channable/map-and-add-fields.md) for this new ID code.

&#x20;2\. **Calculate the discount**

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

To Be Dressed would like to receive a field in which the discount is given in percentages. If your import does not contain a discount field, you can use the rule below to calculate the discount. It is also a good idea to [add a new field](/get-started/getting-started/fields-in-channable/map-and-add-fields.md) in which to place the discount.

&#x20;3\. **Fill out the attribute sets** To Be Dressed uses attribute sets as well as categories. Using a [search for value rule](/manage-improve-product-data/rules-bulk-edit-and-enrich/how-to-use-actions-then-in-rules/rule-action-search-for-value.md) you can fill out the attribute sets for your products. You can choose the attribute sets from the following list of specified options.

<figure><img src="/files/187b408e2896482d48757080f1e10eac71b0d580" alt=""><figcaption></figcaption></figure>

* Herenjeans                          (24, 25, 26-32)
* Heren accessoire
* Herenschoenen
* Heren ondermode
* Heren XS t/m 5XL                (XS M L XL XXL)
* Heren standaard                  (34, 36, 38, 40)
* Heren boordmaat
* Damesjeans                         (24, 25, 26-32)
* Dames accessoire
* Damesschoenen
* Dames XXS t/m XXXL          (XXS XS S M)
* Dames Standaard                (34, 36, 38, 40)
* Dames ondermode               (slips)
* Unisex accessoire
* Kinder standaard
* Kinderschoenen
* Kinderen accessoire
* Kinderen S t/m L

### Connect your feed with your To Be Dressed account

When you have finished all steps and implemented the additional To Be Dressed specifications, go ahead with activating the feed in the *Settings* tab (of the feed) and run it.

You will now see a URL in the preview step. Copy the feed URL and add the URL to your To Be Dressed account.

The products will be now be exported to your To Be Dressed account. If you receive feedback from To Be Dressed, consult our [help center article](/list-advertise/list-on-channels/feeds-faq/how-can-i-improve-my-feed-based-on-feedback.md) about optimizing your feeds based on feedback.

### Possibility to add an order connection to your To Be Dressed feed

Channable’s order connection functionality can pull orders from To Be Dressed. The setup of an order connection with To Be Dressed works a bit differently because for To Be Dressed you need to create a new connection with the email address and password of your API account at To Be Dressed. You can normally find this information in your seller account, or you can contact your To Be Dressed contact person. When you have received the email and password, create a new To Be Dressed connection on the top right under *Connections > + Add a new connection,* select To Be Dressed in the overview, and fill in the email under "Username" and the password under "Password". Please follow [our order connection article](broken://pages/ae2d9141823caba4f23da5e58752fe1dc07814d9) to finalize this configuration.

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


---

# 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-on-channels/to-be-dressed/setting-up-a-to-be-dressed-feed.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.
