# Solving 'Insufficient Permissions' error for bol

After running the Bol.com API you might encounter some errors in the Preview step of the API. If you see the "INSUFFICIENT\_PERMISSIONS" error in the Preview step of your Bol.com API you can follow the steps below to solve the error.

### The solution

{% stepper %}
{% step %}

### Download the errors

In your project navigate to the Preview step of your Bol.com API and download the errors as a CSV file.

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

{% step %}

### Check categorization

Open the errors file and check if the products with the error are categorized correctly.\
If the chosen category or product type is incorrect (for example, if a Windows laptop is accidentally classified as an "Apple" product), fix the categorization in the Categories step or the product type in the Attributes step.

{% endstep %}

{% step %}

### Apply for selling permission on Bol.com (if categories are correct)

If you have chosen the correct categories for your products and still receive the error, go to the Bol partner platform [webpage for Verkooprechten](https://partnerplatform.bol.com/verkopen/tips-voor-je-winkel/verkooprechten) (only available in Dutch).

<figure><img src="/files/8d89c3d9104da635d6cd364ed8a0ba0eaa742ca2" alt=""><figcaption></figcaption></figure>

On this webpage choose the category and, if available, the subcategory of your products.&#x20;
{% endstep %}

{% step %}

### Read conditions and submit application

Read the conditions ("voorwaarden") and fill out the application ("aanvraag") to be accepted by Bol.com to get permission to sell the products.

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

{% endstep %}

{% step %}

### Wait for bol's reply

Wait for a reply from bol about your application. Once your application has been accepted the errors will disappear from your bol channel.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The bol partner platform page for selling permissions is in Dutch. Make sure you select the correct category and read the requirements before applying.
{% endhint %}


---

# Agent Instructions: 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/bol/list-items-on-bol/solving-insufficient-permissions-error-for-bol.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.
