Get Product List
get_product_listRetrieve a product list from bol.com by category or search term, returning EAN and title for each item.
Instructions
Search or browse products on bol.com by category or search term. Returns a list of products with EAN and title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| countryCode | No | Country code. | |
| categoryId | No | Category ID to browse products in. | |
| searchTerm | No | Search term to find products. | |
| page | No | Page number (default 1). | |
| sort | No | Sort order for the product list. | |
| filterRanges | No | Filter ranges to apply. | |
| filterValues | No | Filter values to apply. | |
| language | No | Language for the response (Accept-Language header). |