> 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/feeds-faq/how-do-i-add-color-ids-for-spartoo.md).

# How do I add color IDs for Spartoo?

Spartoo has specific requirements for sending the colors of your products. This article will help you set up these requirements.

**1. Add the Spartoo feed**

Go to 'Feeds' and click 'Add new feed'. Here you can select the Spartoo feed.

**2. Add a new field for the color ID**

To create a new field first go to 'Setup' and click 'Edit mapping'. Next, click the 'Add new field' button to add a new field and create a name for it i.e. 'color\_id'. We will need this field for step 3.

**3. Replace the color names with the corresponding color ID**

Now, go to the 'Rules' by navigating to the Spartoo feed. Click 'Feeds' and then click 'Rules'. Here you can use the ' [search for value](/manage-improve-product-data/rules-bulk-edit-and-enrich/how-to-use-actions-then-in-rules/rule-action-search-for-value.md)' rule to add the right codes for the colors.

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

**Spartoo color codes**

|            |            |
| ---------- | ---------- |
| Color      | Color code |
| White      | 1          |
| Yellow     | 4          |
| Orange     | 7          |
| Red        | 8          |
| Pink       | 13         |
| Violet     | 15         |
| Blue       | 19         |
| Green      | 25         |
| Brown      | 28         |
| Grey       | 35         |
| Black      | 38         |
| Gold       | 41         |
| Silver     | 46         |
| Other      | 534        |
| Multicolor | 594        |
| Beige      | 6887       |


---

# 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/feeds-faq/how-do-i-add-color-ids-for-spartoo.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.
