docs/integrations/sources/dolibarr.md
Connector for the Dolibarr ERP/CRM REST API focused on GET operations
| Input | Type | Description | Default Value |
|---|---|---|---|
api_key | string | API Key. | |
my_dolibarr_domain_url | string | my_dolibarr_domain/url. Enter your domain/dolibarr_url without https:// Example: mydomain.com/dolibarr | |
start_date | date | Earliest start date of synchronization in source data in format YYYY-MM-DDTHH:mm:ssZ Enter the earliest modification date of data you want to incrementally synchronize |
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|---|---|---|---|---|
| Products list | product_id | DefaultPaginator | ✅ | ✅ |
| Products category id list | No pagination | ✅ | ❌ | |
| Product categories list | category_id | DefaultPaginator | ✅ | ✅ |
| Customer invoices list | invoice_id | DefaultPaginator | ✅ | ✅ |
| Customer invoices lines list | No pagination | ✅ | ❌ | |
| Customers list | customer_id | DefaultPaginator | ✅ | ✅ |
| Supplier invoices list | supp_invoice_id | DefaultPaginator | ✅ | ✅ |
| Supplier invoices lines list | No pagination | ✅ | ❌ | |
| Suppliers list | supplier_id | DefaultPaginator | ✅ | ✅ |
| Internal Users | user_id | DefaultPaginator | ✅ | ✅ |
| Company profile data | No pagination | ✅ | ❌ | |
| Customer invoices payments list | ref | No pagination | ✅ | ❌ |
| Supplier invoices payments list | ref | No pagination | ✅ | ❌ |
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 1.0.17 | 2026-03-17 | 75082 | Update dependencies |
| 1.0.16 | 2026-03-10 | 74449 | Update dependencies |
| 1.0.15 | 2026-03-03 | 74192 | Update dependencies |
| 1.0.14 | 2026-02-17 | 73544 | Update dependencies |
| 1.0.13 | 2025-10-07 | 67155 | Update dependencies |
| 1.0.12 | 2025-09-30 | 65758 | Update dependencies |
| 1.0.11 | 2025-08-23 | 65305 | Update dependencies |
| 1.0.10 | 2025-08-09 | 64715 | Update dependencies |
| 1.0.9 | 2025-08-02 | 64362 | Update dependencies |
| 1.0.8 | 2025-07-26 | 63981 | Update dependencies |
| 1.0.7 | 2025-07-19 | 63581 | Update dependencies |
| 1.0.6 | 2025-07-12 | 62976 | Update dependencies |
| 1.0.5 | 2025-07-09 | 62869 | Enabled "incremental Parent" switch for the child streams that have parent streams with incremental sync. |
| 1.0.4 | 2025-07-05 | 62779 | Update dependencies |
| 1.0.3 | 2025-06-28 | 62306 | Update dependencies |
| 1.0.2 | 2025-06-22 | 61992 | Update dependencies |
| 1.0.1 | 2025-06-14 | 61174 | Update dependencies |
| 1.0.0 | 2025-06-05 | 61388 | Implements incremental sync in all applicable parent streams, improves the performance and efficiency of data extraction, compatible with Dolibarr 21.0.0 or higher versions |
| 0.0.1 | 2025-05-20 | 60320 | Initial release by @leonmm2 via Connector Builder |