Click here to Skip to main content
15,881,832 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am trying to build my first iphone app for a local webshop in my area and I was wondering what the best way to go about doing this. I am a php programmer and I don't have any experience with Objective-c.

What I want to do is to pull the products and categories and display them in my app and then have the app update to check for new products in the future.

If possible it would be great to also implement payment methods directly into the app so customers can make purchases from the app directly.

Is there any sample code available I could make use of and where should I start, my main question is how to get the information from magento to the app?
Posted

1 solution

You can use Magento SOAP APIs.

The concept of SOAP is explained in the following page.
http://www.magentocommerce.com/wiki/doc/webservices-api/introduction#soap

Here are the Magento APIs for dealing with Categories and products.
http://www.magentocommerce.com/wiki/doc/webservices-api/catalog_category
http://www.magentocommerce.com/wiki/doc/webservices-api/api/catalog_product
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900