> 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-marktplatzen-verkaufen/ebay/mehrere-richtlinienprofile-fur-eine-ebay-api-konfigurieren.md).

# Mehrere Richtlinienprofile für eine eBay-API konfigurieren

Profile für deine Versand-, Zahlungs- und Rückgabebestimmungen werden bei eBay verwendet und erlauben dir unterschiedliche Einstellungen. In Channable kannst du im Bereich Build > Profiles deiner eBay-API festlegen, welche Profile du verwenden möchtest. Beachte, dass die dort angegebenen Profile für **alle** Artikel gelten. Für allgemeinere Informationen zu diesen Profilen siehe [diesen Link](https://www.ebay.com/help/selling/business-policies/business-policies?id=4212).

In diesem Artikel erklären wir, wie du verschiedene Profile verwendest, sodass du auswählen kannst, für welche Produkte welches Profil genutzt werden soll. Zum Beispiel kannst du ein Versandprofil mit kostenlosem Versand (z. B. für Produkte mit Preis > X) und ein anderes Profil mit Versandkosten (z. B. für Produkte mit Preis < X) erstellen.

{% stepper %}
{% step %}

### Profile per Regel in Channable einrichten

Öffne in deinem Channable-Account die eBay-API. Im *Regeln* Schritt erstelle eine neue Regel, in der du die verschiedenen Profil‑IDs in ein dynamisches Feld deiner Wahl einträgst. Falls du noch kein Feld dafür hast, kannst du immer [ein neues Feld hinzufügen](/get-started/get-started-space-de/loslegen/felder-in-channable/felder-zuordnen-und-hinzufugen.md) im Mapping deines Imports anlegen. Für unser Beispiel füllen wir das `shipping_profile` Feld und haben die folgende Regel erstellt:

![](/files/171cc948114a34f47204001a4e198f7917f023a2)

{% hint style="info" %}
**Hinweis**Du findest die verschiedenen Profil‑IDs, indem du die URLs jeder Richtlinie im Business Policies Dashboard deines eBay‑Kontos überprüfst.
{% endhint %}
{% endstep %}

{% step %}

### Verknüpfe das dynamische Feld im Build‑Schritt

Nachdem wir eine Regel erstellt haben, um das Versandprofil für alle Produkte festzulegen, gehe zum **Der Build-** Schritt deines eBay‑Kanals. Verknüpfe hier dein `shipping_profile` Feld dem **Versandprofil** Option und klicke **Speichern**. Deine verschiedenen Versandprofile sind jetzt eingerichtet!

![](/files/728dd2f8fbe0dbfa693c3525b4a6e94b7144f50f)
{% endstep %}
{% endstepper %}


---

# 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-marktplatzen-verkaufen/ebay/mehrere-richtlinienprofile-fur-eine-ebay-api-konfigurieren.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.
