> 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-es/bol/enumera-articoli-en-bol/solucionar-el-error-de-permessi-insuficientes-para-bol.md).

# Resolviendo el error 'Permessi insuficientes' para bol

Después de ejecutar la API de Bol.com, puede que encuentres algunos errores en el paso de Vista previa de la API. Si ves el error "INSUFFICIENT\_PERMISSIONS" en el paso de Vista previa de tu API de Bol.com, puedes seguir los pasos a continuación para resolver el error.

### La solución

{% stepper %}
{% step %}

### Descargar los errores

En tu proyecto, navega al paso de Vista previa de tu API de Bol.com y descarga los errores como un archivo CSV.

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

{% step %}

### Comprobar la categorización

Abre el archivo de errores y verifica si los productos con error están categorizados correctamente.\
Si la categoría o el tipo de producto elegido es incorrecto (por ejemplo, si un portátil Windows se clasifica por error como un producto "Apple"), corrige la categorización en el paso Categorías o el tipo de producto en el paso Atributos.

{% endstep %}

{% step %}

### Solicitar permiso de venta en Bol.com (si las categorías son correctas)

Si has elegido las categorías correctas para tus productos y sigues recibiendo el error, ve a la plataforma para partners de Bol [página web de Verkooprechten](https://partnerplatform.bol.com/verkopen/tips-voor-je-winkel/verkooprechten) (solo disponible en neerlandés).

<figure><img src="/files/37efa4f5d136451fa35ed810e23145bfc273041c" alt=""><figcaption></figcaption></figure>

En esta página web, elige la categoría y, si está disponible, la subcategoría de tus productos.&#x20;
{% endstep %}

{% step %}

### Leer condiciones y enviar la solicitud

Lee las condiciones ("voorwaarden") y rellena la solicitud ("aanvraag") para que Bol.com te acepte y obtengas el permiso para vender los productos.

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

{% endstep %}

{% step %}

### Esperar la respuesta de Bol

Espera la respuesta de Bol sobre tu solicitud. Una vez que tu solicitud sea aceptada, los errores desaparecerán de tu canal de Bol.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
La página de la plataforma para partners de Bol sobre permisos de venta está en neerlandés. Asegúrate de seleccionar la categoría correcta y leer los requisitos antes de solicitarlo.
{% 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-es/bol/enumera-articoli-en-bol/solucionar-el-error-de-permessi-insuficientes-para-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.
