> 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/sell-on-marketplaces/ebay/configuring-multiple-policy-profiles-for-an-ebay-api.md).

# Configuring multiple policy profiles for an eBay API

Profiles for your Shipping, Payment and Return policies are used in eBay and they allow you to have different settings. In Channable you can specify which profiles you want to use in the Build > Profiles section of your eBay API. Note that the profiles you specify there will apply to **all** items. For more general information on these profiles, see [this link](https://www.ebay.com/help/selling/business-policies/business-policies?id=4212).

In this article, we will explain how to use different profiles so that you can select for which products which profile should be used. For example, you can create a shipping profile with free shipping costs (i.e. for products with a price > X) and another profile with a shipping cost (i.e. for products with a price < X).

{% stepper %}
{% step %}

### Setup the profiles with a rule in Channable

In your Channable account, navigate to your eBay API. In the *Rules* step create a new rule in which you fill the different profile IDs in a dynamic field of your preference. If you do not have a field for this purpose yet, you can always [add a new field](/get-started/getting-started/fields-in-channable/map-and-add-fields.md) in the mapping of your import. For our example, we are filling in the `shipping_profile` field and we created the rule below:

![](/files/a0167b68089b5f75fd92a64a8347b5ee2fb12ccd)

{% hint style="info" %}
**Note**: You can find the different profile IDs by checking the URLs of each policy in the business policies dashboard of your eBay account.
{% endhint %}
{% endstep %}

{% step %}

### Link the dynamic field in the Build step

Now that we have created a rule to setup the shipping profile for all products, go to the **Build** step of your eBay channel. Here, link your `shipping_profile` field to the **Shipping profile** option and click **Save**. Your different shipping profiles are set up now!

![](/files/5e0b24501f95fac6df0882ece7551ccb5f695a0d)
{% 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:

```
GET https://helpcenter.channable.com/list-advertise/sell-on-marketplaces/ebay/configuring-multiple-policy-profiles-for-an-ebay-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
