# Bol

Follow the steps below to connect your Bol.com seller account to Linkolis and automatically import your orders.

***

### Prerequisites

Before you start, make sure you have:

* An active **Bol.com seller account**
* Access to the **Bol.com Seller Portal** (<https://login.bol.com/wsp/login>)

***

### Step 1 — Generate your API credentials on Bol.com

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

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

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

You need to create a set of API credentials (Client ID + Client Secret) from your Bol.com Seller Portal before connecting to Linkolis.

1. Log in to your Bol.com Seller Portal
2. Click your account name in the top-right corner and select **Settings**
3. In the left menu, scroll down to the **Services** section and click **API Settings**
4. You will land on the **Client credentials for the Retailer API** page
5. Click **+ Create** to generate a new set of credentials
6. Give it a name (e.g. "Linkolis") so you can identify it later
7. Copy your **Client ID** and **Client Secret**

> **Important:** The Client Secret is only displayed once at creation time. Store it securely before closing the page — if you lose it, you will need to delete the credentials and create new ones.

***

### Step 2 — Open the Apps section in Linkolis

<figure><img src="/files/5K6uZDZrBFxs4FZUWVJK" alt=""><figcaption></figcaption></figure>

From the left sidebar, click **Apps**. You will land on the **My Applications** page.

***

### Step 3 — Open the application catalogue

Click the **+** button in the top-right corner to open the **All Applications** catalogue.

***

### Step 4 — Install the Bol app

<figure><img src="/files/C3jVbELuFFqKz6MPYZow" alt="" width="203"><figcaption></figcaption></figure>

Find **Bol** in the catalogue and click **Install**. A configuration panel will slide open on the right side of the screen.

***

### Step 5 — Fill in the installation form

| Field                            | Description                                                                                                                             |
| -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| **Application name**             | A display label for this integration. Defaults to "Bol".                                                                                |
| **Client ID**                    | The Client ID generated from your Bol.com API Settings. Displayed as a unique identifier (e.g. `7dfcfa6e-8e35-49b3-b044-134e110759a8`). |
| **Client Secret**                | The Client Secret generated alongside your Client ID. Keep this value secret and never share it.                                        |
| **Synchronization stock update** | When enabled, Linkolis will automatically sync inventory levels with your Bol.com listings.                                             |

Once all fields are filled in, click **Confirm**.

***

### Step 6 — Verify the connection

The Bol app will appear in your **My Applications** list. Click the wrench icon to open the configuration panel. A green **"Module installed correctly"** banner at the top confirms the integration is active.

***

### What happens next?

Once connected, Linkolis will automatically:

* **Import new orders** from your Bol.com store
* **Update stock levels** on Bol.com in real time (if synchronization stock update is enabled)

You can edit or delete the integration at any time from the **My Applications** page using the wrench (edit) or trash (delete) icon.

***

### Troubleshooting

**"Module installed correctly" banner does not appear** Double-check that your Client ID and Client Secret are entered correctly. If you are unsure whether the Client Secret is still valid, go to **Bol.com Seller Portal → Settings → API Settings**, delete the existing credentials, create a new set, and update them in Linkolis via the wrench icon.

**I need to connect multiple 3rd party tools alongside Linkolis** Bol.com requires separate client credentials for each 3rd party integration. Create one set of credentials per tool from the **API Settings** page — do not reuse the same Client ID and Secret across multiple platforms.

**Stock is not updating on Bol.com** Verify that the **Synchronization stock update** toggle is enabled in the configuration panel. Stock sync is opt-in and disabled by default.


---

# 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://docs.linkolis.com/apps-and-integrations/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.
