> 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-nl/verkopen-op-marktplaatsen/ebay/configureren-van-meerderen-beleidsprofielen-voor-een-ebay-api.md).

# Configureren van meerderen beleidsprofielen voor een eBay Api

Profielen voor je verzend-, betaal- en retourbeleid worden gebruikt op eBay en laten je verschillende instellingen hanteren. In Channable kun je aangeven welke profielen je wilt gebruiken in de Build > Profiles-sectie van je eBay API. Let op: de profielen die je daar opgeeft gelden voor **alle** items. Voor algemeenere informatie over deze profielen, zie [deze link](https://www.ebay.com/help/selling/business-policies/business-policies?id=4212).

In dit artikel leggen we uit hoe je verschillende profielen kunt gebruiken zodat je kunt selecteren voor welke producten welk profiel gebruikt moet worden. Bijvoorbeeld: je kunt een verzendprofiel aanmaken met gratis verzending (bijv. voor producten met een prijs > X) en een ander profiel met verzendkosten (bijv. voor producten met een prijs < X).

{% stepper %}
{% step %}

### Profielen instellen met een regel in Channable

Ga in je Channable-account naar je eBay API. In de *Regels* stap maak je een nieuwe regel aan waarin je de verschillende profiel-ID's invult in een dynamisch veld naar keuze. Als je nog geen veld voor dit doel hebt, kun je altijd [maak een nieuw veld aan](/get-started/get-started-nl/aan-de-slag/velden-in-channable/koppel-en-voeg-velden-toe.md) in de mapping van je import. Voor ons voorbeeld vullen we het `shipping_profile` veld en we hebben de onderstaande regel aangemaakt:

![](/files/79bcf8fe224264a9b65af8b95de32d3db12abbbf)

{% hint style="info" %}
**Opmerking**: Je vindt de verschillende profiel-ID's door de URL's van elk beleid te controleren in het Business policies-dashboard van je eBay-account.
{% endhint %}
{% endstep %}

{% step %}

### Koppel het dynamische veld in de Build-stap

Nu we een regel hebben gemaakt om het verzendprofiel voor alle producten in te stellen, ga naar de **Bouwen** stap van je eBay-kanaal. Koppel hier je `shipping_profile` veld hebt gemapt naar het **Verzendprofiel** optie en klik **Opslaan**. Je verschillende verzendprofielen zijn nu ingesteld!

![](/files/c37c4f6498955080926b00159c9c77a637e0639e)
{% 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-nl/verkopen-op-marktplaatsen/ebay/configureren-van-meerderen-beleidsprofielen-voor-een-ebay-api.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.
