Package Information
Released: 6/17/2025
Downloads: 2 weekly / 22 monthly
Latest Version: 1.0.4
Author: Jim Your-Last-Name
Available Nodes
Documentation
n8n-nodes-bol-retailer
This is an n8n community node that allows you to interact with the Bol.com Retailer API.
Bol.com is a major Dutch e-commerce platform. This node enables automation of your Bol.com seller operations through n8n workflows.
Installation
Follow the installation guide in the n8n community nodes documentation.
Community Nodes (Recommended)
- Go to Settings > Community Nodes.
- Select Install.
- Enter
n8n-nodes-bol-retailerin Enter npm package name. - Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
- Select Install.
After installing the node, you can use it like any other node. n8n displays the node in search results in the Nodes panel.
Manual installation
To get started install the package in your n8n root directory:
npm install n8n-nodes-bol-retailer
For Docker-based deployments, add the following line before the font installation command in your n8n Dockerfile:
RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-bol-retailer
Credentials
This node requires Bol.com Retailer API credentials. You can obtain these from your Bol.com Seller Dashboard:
- Log in to your Bol.com Seller Dashboard
- Go to Settings > API Settings
- Create new API credentials
- Copy the Client ID and Client Secret
Setting up credentials in n8n
- Go to Credentials > New
- Search for "Bol.com Retailer API"
- Enter your Client ID and Client Secret
- Choose the environment (Demo or Production)
- Test and save the credentials
Operations
Orders
- Get All Orders: Retrieve all orders with filtering options
- Get Order: Get details of a specific order
- Ship Order: Mark an order as shipped with tracking information
Supported Features
- OAuth2 client credentials authentication
- Environment switching (Demo/Production)
- Order filtering by status and fulfillment method
- Support for major shipping providers (PostNL, DHL, DPD, UPS, GLS)
Example Usage
Basic Order Retrieval
- Add the Bol.com Retailer node to your workflow
- Select "Order" as the resource
- Choose "Get All Orders" operation
- Configure filtering options if needed
- Execute the workflow
Shipping Orders
- Set up the node with "Order" resource
- Choose "Ship Order" operation
- Provide the order ID
- Select the transporter and add tracking information
- Execute to mark the order as shipped
Resources
Version history
1.0.0
- Initial release
- Order management operations
- OAuth2 authentication
- Demo and production environment support