android connect to magento

前端 未结 2 1436
情歌与酒
情歌与酒 2020-12-18 15:27

i am using eclipse for development of android application. i want to connect my application to magento. i am new developer so i have not too much idea about this.

b

相关标签:
2条回答
  • 2020-12-18 15:48

    For those who are still looking at answer, I have put down my research in below link, we were able to sucessfully create mobile app for IOS and andriod with libraries mentioned in below link..please go through once..

    http://www.siddharthvaghasia.com/2014/12/11/connect-ios-and-andriod-app-to-magento-store/

    For andriod...here is steps with example.. http://www.siddharthvaghasia.com/2014/12/14/use-k2soap-library-android-platform-consume-magento-soap-api-v2/

    Note- Not able to add to comment to posted in answer...

    0 讨论(0)
  • 2020-12-18 16:03

    If anyone looking for android application for magento site, you can use this.

    Magento offers two API's to develop your app in Android

    1. SOAP API - http://www.magentocommerce.com/api/soap/introduction.html
    2. REST API - http://www.magentocommerce.com/api/rest/introduction.html

    3. You have to create a New User in your Magento Store with roles.That you can do by loging in to your Admin and the option is under the system->WebServices->User&Roles.

    4. You have to create role and a user.Then assign the roles to the User.
    5. For using SOAP API use this tutorial http://inchoo.net/dev-talk/android-development/magento-v2-api-soap-android/
    6. For REST api use - Android - Magento REST Api Cannot Respond Properly
    7. In REST API, Oauth is there This example is without Oauth.

    Before stating Android side make sure the magento configured properly. Test the urls in browser first then use it in Application.

    0 讨论(0)
提交回复
热议问题