Model Class not found error in Magento REST API – not able to identify any issues in this
Error: Class “TestCsvImportModelImport” not found in /var/www/html/testproject/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php:121 This is the error I am getting. Here are my code webapi.xml <?xml version=”1.0″?> <routes xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Webapi/etc/webapi.xsd”> <route url=”/V1/import/csv” method=”POST”> <service class=”TestCsvImportApiImportInterface” method=”importCsv”/> <resources> <resource ref=”Magento_Backend::admin”/> </resources> </route> </routes> di.xml <?xml version=”1.0″?> <config… Read More »Model Class not found error in Magento REST API – not able to identify any issues in this