Magento – Magento store API for mobile apps

apimagento-1.7

I am new to Magento and learing it. I am working on a Magento store and I have been successful in creating store with required features. But now i was asked to create an REST API for mobile application for accessing product and all required data. I have had experience creating API in CodeIgniter, but don't know how to do it in Magento. SO what would be the steps or is there any good tutorial for it.

Thanks in advance.

Best Answer

Magento 1.7 already comes with a REST API. Check system->web services-> REST * admin menu to see if it fits your needs.
Also check this for documentation

Related Topic