Delivery Boy app’s plugins
To build a Delivery Boy app (single vendor, WCFM, or Dokan), let’s install our free MStore API and some plugins to your WooCommerce website so that the app can sync with your data:
Install the MStore API and WooCommerce plugins on your website.
This plugin is required for supporting RestAPI to connect the app, support SMS Login, Facebook Login, and some features.
If your website is single vendor, install Delivery Drivers for WooCommerce.
If your website is using WCFM multivendor plugin, install these plugins:
If your website is using Dokan multivendor plugin, install this Dokan plugin and Delivery Drivers for WooCommerce (for WooCommerce single vendor and multi vendor using Dokan theme)
Generate your WooCommerce REST API key and save them to your private file for later usage.
Checking the Rest API configuration:
- Access your website using the Rest API endpoint (your-domain/wp-json/wc/v3), for example: https://wordpress.inspireui.com/wp-json/wc/v3
- If there is a list of ordered endpoints, that means it works.
- If not, have a look at this guide: Setting up Rest API.
That’s all 😊