Banner for Dolibarr Rest Api
Plugin helper to connect to the Dolibarr (free ERP) REST API. Wordpress Tutorial
Noted That:
  • To install correctly this dolibarr-rest-api.zip .
  • Fisrt Download the dolibarr-rest-api.zip to your computer
  • Extract/Open dolibarr-rest-api.zip to Your Computer.
  • Then, Find readme.txt file inside dolibarr-rest-api.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " dolibarr-rest-api.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Dolibarr Rest Api

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Dolibarr Rest Api

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Dolibarr Rest Api

Step-5 : Now, Browse " dolibarr-rest-api.zip " Downloaded plugin from your computer, Where you downloaded " dolibarr-rest-api.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Dolibarr Rest Api

Step-6 : Now, Click on " Active Plugin "

Activate Dolibarr Rest Api

Step-7 : Then, See left Side Menu. " Dolibarr Rest Api " folder is added on left Side Menu. Now, Click on " Dolibarr Rest Api " folder.

Noted that: If you do not see " Dolibarr Rest Api " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Dolibarr Rest Api Configurations and Settings or How to work " Dolibarr Rest Api " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Dolibarr REST API " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Dolibarr REST API
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

Installing “Dolibarr REST API” can be done either by searching for “Dolibarr REST API” via the “Plugins > Add New” screen in your WordPress dashboard, or by using the following steps:

  1. Download the plugin via WordPress.org
  2. Upload the ZIP file through the ‘Plugins > Add New > Upload’ screen in your WordPress dashboard
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

Dolibarr configuration steps:

  1. Activate the REST API for Dolibarr: go to menu Home > Setup > Modules/Applications and activate the API/Web services (REST server) .
  2. Generate and copy the admin user API key: go to menu Home > Users & groups , select your admin user in the list. Once on the User card, click the Modify button and generate and copy the Key for API (see screenshot). Click the Save button.

WordPress configuration steps:
1. Add the Dolibarr URL and your admin user API key to the wp-config.php file. Here is an example:
define( 'DOLIBARR_REST_API_URL', 'https://my-dolibarr.com/' );
define( 'DOLIBARR_REST_API_USER_KEY', 'M1e57FZ69D0ophaizqTRsNB6lQ3d0EA6' );


Name