> 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/bol/lista-items-su-bol/risoluzione-dellerrore-permisos-insufficienti-per-bol.md).

# Risoluzione dell'errore 'Permisos' insufficienti per bol

Dopo l’esecuzione dell’API Bol.com potresti incontrare alcuni errori nella fase Anteprima dell’API. Se vedi l’errore "INSUFFICIENT\_PERMISSIONS" nella fase Anteprima della tua API Bol.com, segui i passaggi seguenti per risolvere l’errore.

### La soluzione

{% stepper %}
{% step %}

### Scarica gli errori

Nel tuo progetto vai alla fase Anteprima della tua API Bol.com e scarica gli errori come file CSV.

<figure><img src="/files/b056aadcbc4af8b5d6d03229560a35c4e631ada2" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Controlla la categorizzazione

Apri il file degli errori e verifica se i prodotti con errore sono categorizzati correttamente.\
Se la categoria scelta o il tipo di prodotto è errato (ad esempio, se un portatile Windows è stato classificato per errore come prodotto “Apple”), correggi la categorizzazione nella fase Categorie o il tipo di prodotto nella fase Attributi.

{% endstep %}

{% step %}

### Richiedi il permesso di vendita su Bol.com (se le categorie sono corrette)

Se hai scelto le categorie corrette per i tuoi prodotti e continui a ricevere l’errore, vai alla piattaforma partner di Bol [pagina per Verkooprechten](https://partnerplatform.bol.com/verkopen/tips-voor-je-winkel/verkooprechten) (disponibile solo in olandese).

<figure><img src="/files/d87ccbfddb16d4461410d9b6ab425daa5b96810f" alt=""><figcaption></figcaption></figure>

Su questa pagina scegli la categoria e, se disponibile, la sottocategoria dei tuoi prodotti.&#x20;
{% endstep %}

{% step %}

### Leggi le condizioni e invia la richiesta

Leggi le condizioni ("voorwaarden") e compila la richiesta ("aanvraag") per essere accettato da Bol.com e ottenere il permesso di vendere i prodotti.

<figure><img src="/files/0adbfa8c3ed21677d8075f971ab91973d258f898" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Attendi la risposta di Bol

Attendi una risposta da Bol riguardo alla tua richiesta. Una volta che la richiesta sarà accettata, gli errori scompariranno dal tuo canale Bol.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
La pagina della piattaforma partner di Bol per i permessi di vendita è in olandese. Assicurati di selezionare la categoria corretta e di leggere i requisiti prima di fare richiesta.
{% endhint %}


---

# 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/bol/lista-items-su-bol/risoluzione-dellerrore-permisos-insufficienti-per-bol.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.
