android connect to magento

前端 未结 2 1439
情歌与酒
情歌与酒 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 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.

提交回复
热议问题