Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Please any One who has worked on Magento Site's App Development help me to get a direction to move further as I am totally lost and getting nothing from the Online Research.

Any help would be highly Appreciated.

Thanks And Regards.

share|improve this question
magentocommerce.com/demo Look here also the demo is provided. – iCreative Jul 27 '12 at 6:31

3 Answers

up vote 3 down vote accepted

There are few Steps for that::

  1. Magento offers two API's to develop your app in Android
    a. SOAP API
    b. XML-RPC

  2. If you want to use XMLRPC API,then you have to download it's library and use it in your Project.

  3. You have to create a New User in you Magento Store with roles.That you can do by loging in to your Admin module and the option is under the system->WebServices->User && Roles...You have to create first roles and then create a user and assign the roles to the User.
  4. You have to use the UserName and APIKey that you give in the Magento Store for calling the login Function.
  5. Calling the Login function,you will Receive a Session Id,that you have to store and Use it in your further calls.

Some of the helpful links to get Started Are::

  1. Link-1
  2. Link-2
  3. Link-3
  4. Link-4
  5. My Questions And their Solutions On SO
share|improve this answer
Hi, Thanks a lot for the answer. Can you tell me which one of these will be faster: Performance wise. I once asked if we can make our own custom frontend using the API's instead of Magento's default and everyone seemed to dislike the idea. Doesn't that mean the same thing for the mobile applications? – Kunwar Siddharth Singh Jul 27 '12 at 7:04
You only have 2 Options,use XMLRPC or SOAP..or the third one..create your own one...But XMLRPC is better according to me as Simple to Use than Other..this statement is made with reference of ME. – Haresh Chaudhary Jul 27 '12 at 7:07
Thanks for your advise.. – Kunwar Siddharth Singh Jul 27 '12 at 7:13
always welcome. – Haresh Chaudhary Jul 27 '12 at 7:14

This site might help you.

http://inchoo.net/ecommerce/magento/develop-your-own-magento-mobile-application/

share|improve this answer
1  
Thanks for the answer. I know about Magento's internal app system. Can you tell me how flexible it is. My company is planning to make very custom app. I've been told to find all the options. – Kunwar Siddharth Singh Jul 27 '12 at 6:37

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.