How can we register custom api in abantecart.... and how to use existing api function which are currently not accessible.... Thanks for ur response.
1. generate your own custom extension with our
developer tool extension.2. add your custom route into main.php (into controllers)
3. Create your own api controller and call it
regarding calls. You should be sure api is enabled in the settings of cart (see admin->system->settings->api)
also you can dig into
our documentationquestion about inaccessible function very confuse. please clarify.