Skip to main content

Listing API

To build a mobile app for your Listeo, MyListing, or Listing Pro website, install our free MStore API and some plugins to your admin site so that the app can sync with your data:

1. Website Integration

Go to Tools/REST API Controller and enable these settings:

1. Post Types

  • Listeo: listing.
  • Listing Pro: Listings(/listing), Reviews(/lp-reviews).
  • My Listing: job_listing, case27_listing_type.

2. Taxonomies

  • Listeo: listing_category, event_category, service_category, rental_category, listing_feature, region.
  • Listing Pro: listing-category, features, list-tags, location.
  • My Listing: job_listing_category, region.


2. Other Settings

Permalink URL setting

WordPress permalinks must be enabled at Settings > Permalinks > Go to Common Settings, change the URL to Post name, this is required for the setting, otherwise, some images could not be uploaded.

Registration

Enable the option Anyone can register.

That’s it 😊

3. Enable Multivendor for Listeo

You can easily add Multivendor features to your Listeo app (support Dokan for Listeo). This guide will show you how to do that.

Steps:

  1. Create a Listeo app on the FluxBuilder drag-and-drop app builder, following this video guide. NOTE: Remember to input yourWooCommerce API Keys: (Make sure your API keys have Read/Write permissions.)

  1. Subscribe to a plan for your app, following this guide.
  2. Export the env.dart file (the Features configuration file), following this guide to export.
  3. Open the env.dart file, then add "multiVendorType": "dokan", in serverConfig

  1. Import the env.dart file to your Listeo app on FluxBuilder, following this guide to import.
  2. To show the Vendors list in the Category tab, open your Listeo app on FluxBuilder. Then click the Category tab (1), and select the Vendors item (2):

That's it! Now you can continue configuring your app UI and features, then build your iOS and Android apps. Happy building!