On this page
Product Information
Product
Bol.com Integration
Current version
1.5.0
Last release
13 November 2025
Get Bol.com Integration up and running in minutes. This guide walks you through the essential setup steps to connect your Magento store with Bol.com and start selling on the Netherlands' largest marketplace.
composer require magmodules/magento2-bol
bin/magento module:enable Magmodules_Bol
bin/magento setup:upgrade
bin/magento cache:flush
Before you can connect, you need API credentials from Bol.com:
| Setting | Description |
|---|---|
| Enabled | Yes |
| Name | Internal name (e.g., "Main Account") |
| Is Demo | No (unless testing with demo credentials) |
| Client ID | Your Bol.com API Client ID |
| Client Secret | Your Bol.com API Client Secret |
Configure Order Import settings:
Click Save
Run the connection test to verify your credentials:
bin/magento magmodules-bol:test-connection
Product profiles define which products to sell on Bol.com and how:
| Setting | Description |
|---|---|
| Enabled | Yes |
| Name | Profile name (e.g., "All Products") |
| Account | Select your Bol.com account |
| Store View | Store view for product data |
| EAN Attribute | Attribute containing EAN/barcode |
Or export via CLI:
bin/magento magmodules-bol:export-offers
For automatic synchronization, configure cron jobs at Magmodules → Bol.com → Configuration → Settings → Cron:
| Cron Job | Recommended |
|---|---|
| Import Orders | Every 15 minutes |
| Export Shipments | Every 15 minutes |
| Import Competing Offers | Daily |
| Process Product Profiles | Every hour |
Documentation:
Support: