> 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-de/auf-kanalen-listen/feeds-faq/wie-fuge-ich-farb-ids-fur-spartoo-hinzu.md).

# Wie füge ich Farb-IDs für Spartoo hinzu?

Spartoo hat spezifische Anforderungen für die Übermittlung der Farben deiner Produkte. Dieser Artikel hilft dir, diese Anforderungen einzurichten.

**1. Füge den Spartoo-Feed hinzu**

Gehe zu 'Feeds' und klicke auf 'Neuen Feed hinzufügen'. Hier kannst du den Spartoo-Feed auswählen.

**2. Füge ein neues Feld für die Farb-ID hinzu**

Um ein neues Feld zu erstellen, gehe zuerst zu 'Setup' und klicke auf 'Mapping bearbeiten'. Klicke dann auf die Schaltfläche 'Feld hinzufügen', um ein neues Feld zu erstellen und vergib einen Namen, z. B. 'color\_id'. Dieses Feld benötigst du für Schritt 3.

**3. Ersetze die Farbnamen durch die entsprechenden Farb-IDs**

Gehe jetzt zu den 'Regeln', indem du zum Spartoo-Feed navigierst. Klicke auf 'Feeds' und dann auf 'Regeln'. Hier kannst du die ' [search for value](/manage-improve-product-data/manage-product-and-improve-data-de/regeln-massenbearbeitung-und-anreicherung/so-verwendest-du-aktionen-dann-in-regeln/regelaktion-suche-werte.md)'-Regel benutzen, um die richtigen Codes für die Farben hinzuzufügen.

<figure><img src="/files/7d905b5bd0f3d0b369ae52e7dd5caeafb339cb91" alt=""><figcaption></figcaption></figure>

**Spartoo-Farbcodes**

|            |          |
| ---------- | -------- |
| Farbe      | Farbcode |
| Weiß       | 1        |
| Gelb       | 4        |
| Orange     | 7        |
| Rot        | 8        |
| Rosa       | 13       |
| Violett    | 15       |
| Blau       | 19       |
| Grün       | 25       |
| Braun      | 28       |
| Grau       | 35       |
| Schwarz    | 38       |
| Gold       | 41       |
| Silber     | 46       |
| Andere     | 534      |
| Mehrfarbig | 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-and-advertise-de/auf-kanalen-listen/feeds-faq/wie-fuge-ich-farb-ids-fur-spartoo-hinzu.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.
