Quickstart
Connect to the bol.com Retailer API with Nango and make an authenticated request.1
Create the integration
In Nango, go to Integrations, select Configure New Integration, then select bol.com.
2
Connect bol.com
Go to Connections, select Add Test Connection, then enter your bol.com Retailer API Client ID and Client Secret. Nango exchanges them for a short-lived access token; no user redirect is required.
3
Call the Retailer API
List the details for the connected retailer. Replace the placeholders with your Environment API key, integration ID, and connection ID:Nango adds the Bearer token and bol.com Retailer API v10 media type to the upstream request. It also renews the short-lived access token when needed. Check the Logs tab in Nango to inspect the request.
- cURL
- Node
4
Implement Nango in your app
Follow the Auth implementation guide to add the connection flow to your application.To create Retailer API credentials, follow the connection guide linked below.
bol.com integration guides
- How to connect a bol.com seller account: Create Retailer API client credentials and enter them in Nango.