Hello fellow community members.
I have a store on Magento 1.9 and I have task of making a plugin for integrating it to a Order Management System the purpose of Plugin will be to get selected products from Magento Store to OMS through API call.
Issue is this that I was going through Magento 1 API documentation and for Product interface there is no method for Product_search so how will I get existing products into OMS as for new product there is a method but for deletion and search there isn't. Has anyone worked before on this? Is there any other way around?