Order Invoicer
Dolibarr

Configure Dolibarr

Get your Dolibarr API key to connect Order Invoicer

Prerequisites

Before you begin, make sure that:

  • You have administrator access to your Dolibarr instance
  • The REST API module is enabled
  • Your instance is reachable over HTTPS

Get your credentials

Order Invoicer connects to Dolibarr with your instance URL and an API key tied to a user.

Enable the REST API module

  1. Log in to Dolibarr as an administrator
  2. Go to Setup > Modules/Applications
  3. Enable the REST API (web services) module if it isn't already

Generate a user's API key

  1. Go to Users & Groups and open the user that will be used for the connection
  2. On the user card, find the API key field
  3. Click Generate/Initialize the key, then copy it

The API key inherits the associated user's permissions. Use a user that has the needed access to orders and invoices, and keep the key in a safe place.

Enter your credentials in Order Invoicer

In the Dolibarr connection form:

  • Dolibarr URL: your instance's address (e.g. https://my-instance.dolicloud.com)
  • API Key: the key you copied in the previous step

Click Test connection to verify your credentials before continuing.

Troubleshooting

"Invalid credentials" error

  • Check that the REST API module is enabled
  • Make sure the key was copied in full, with no spaces
  • Check that the associated user has the required permissions

Instance is unreachable

  • Check that the URL is HTTPS and publicly reachable
  • Make sure the URL has no extra path (e.g. /index.php)

Support

If you run into difficulties:

  1. Check the troubleshooting section above
  2. Contact our support: contact@orderinvoicer.com

On this page