> 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-it/vendi-sui-marketplace/ebay/configurazione-di-multiples-profili-di-policy-per-unapi-ebay.md).

# Configurazione di múltiples profili di policy per un'Api eBay

I profili per le tue politiche di spedizione, pagamento e reso vengono usati su eBay e ti permettono di avere impostazioni diverse. In Channable puoi specificare quali profili vuoi usare nella sezione Build > Profiles della tua Api eBay. Nota che i profili che specifichi lì si applicheranno a **tutti** gli articoli. Per informazioni generali su questi profili, vedi [questo link](https://www.ebay.com/help/selling/business-policies/business-policies?id=4212).

In questo articolo spiegheremo come usare profili diversi in modo da poter selezionare per quali prodotti utilizzare ciascun profilo. Per esempio, puoi creare un profilo di spedizione con spedizione gratuita (es. per prodotti con prezzo > X) e un altro profilo con un costo di spedizione (es. per prodotti con prezzo < X).

{% stepper %}
{% step %}

### Configura i profili con una regola in Channable

Nel tuo account Channable, vai alla tua Api eBay. Nel *Regole* passo crea una nuova regola nella quale inserisci i diversi ID dei profili in un campo dinamico a tua scelta. Se non hai ancora un campo per questo scopo, puoi sempre [aggiungi un nuovo campo](/get-started/get-started-space-it/per-iniziare/campi-en-channable/mappa-y-aggiungi-campi.md) nella mappatura del tuo import. Per il nostro esempio, stiamo compilando il campo `shipping_profile` e abbiamo creato la regola qui sotto:

![](https://content.gitbook.com/content/F8GepmoSonQRG6RnHOxJ/blobs/z0KyM08fFBmA2140k2nN/360014973580)

{% hint style="info" %}
**non ha influenza su questo processo di revisione. Per ulteriori informazioni o assistenza, contatta**: Puoi trovare i diversi ID dei profili controllando le URL di ciascuna policy nella dashboard delle business policies del tuo account eBay.
{% endhint %}
{% endstep %}

{% step %}

### Collega il campo dinamico nel passaggio Build

Ora che abbiamo creato una regola per impostare il profilo di spedizione per tutti i prodotti, vai al **Build** passo del tuo canale eBay. Qui, collega la tua `shipping_profile` campo al **Opzione profilo di spedizione** e clicca **Salva**. I tuoi diversi profili di spedizione sono ora configurati!

![](https://content.gitbook.com/content/F8GepmoSonQRG6RnHOxJ/blobs/zPlLuGdxEo2yFZetlsbm/15836767425554)
{% 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-it/vendi-sui-marketplace/ebay/configurazione-di-multiples-profili-di-policy-per-unapi-ebay.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.
