Invalid api path - Magento
0.6 min read
|Problem
Extensiv Integration Manager displays the following error message when connecting to Magento:
- Invalid API path
Solution
This error is most commonly caused by improperly adding custom endpoints to the Magento API, which breaks/blocks the standard API endpoints. If you have done this, either correct or remove the custom API endpoints. It is possible other modifications or plugins have caused this error as well. Integration Manager can only support the default/standard Magento API functionality.
If this connection used to work without errors, please try undoing any recent Magento customizations or disabling recently installed Magento extensions to see if that resolves the problem.
Check your Magento error logs and web server logs for error messages which should point to where in the Magento code this error is getting thrown.
Example of potential Magento issues causing this error: https://www.google.com/search?q=magento+%22Invalid+api+path%22
Review this guide for debugging your misbehaving custom Magento API endpoint: https://alanstorm.com/debugging_magento_api_method_calls/