• Resolved Venu Arethoti

    (@arethotivenu)


    We are using your plugin Its working fine in web app. But we have Android app for our application. How can we get an API for this plugin

Viewing 1 replies (of 1 total)
  • Plugin Support Kris

    (@c0nst)

    Hi @arethotivenu

    unfortunately, we do not currently have an API. However, you can try to create your endpoint using one of these functions:

    To get data from autocomplete:
    $results = DGWT_WCAS()->nativeSearch->getSearchResults( 'keyword', true, 'autocomplete');

    To get the IDs of all found products
    $results = DGWT_WCAS()->nativeSearch->getSearchResults( 'keyword', true, 'all-results');

    Regards,
    Kris

Viewing 1 replies (of 1 total)
  • The topic ‘Is there API for Mobile App Support’ is closed to new replies.