Invalid api path - Magento
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/
Related Articles
Invalid carrier specified - Magento
Problem Could not upload tracking information to Magento because "Invalid carrier specified." This is caused when you ship orders using a carrier not defined in Magento. Solution Option 1: Add the missing carrier To solve the issue you need to add ...
Magento orders missing products
Problem After upgrading Magento to version 1.9.3.0 or above, orders in Extensiv Integration Manager no longer contain any products. The inventory sync may have stopped working as well. Solution This is caused by a bug in Magento. There are currently ...
Access Denied - Magento
Problem Some Magento actions fail with "Access Denied". Example: Solution This is caused by the API user not being given enough permissions. Go to: System -> Web Services -> Users Look at which "Role" the API user is assigned to. Go to: System -> Web ...
Setting Up Magento
These instructions are for Magento 1. The latest version of Magento is Magento 2. If you have Magento 2, the setup instructions for that version can be found here. You can view your current version of Magento by logging into the Admin panel and ...
Invalid response from WooCommerce
Problem You are receiving the following error message in Extensiv Integration Manager: Invalid response from WooCommerce. Integration Manager only uses the native functionality built into WooCommerce without modifying it in any way. Integration ...