cancel
Showing results for 
Search instead for 
Did you mean: 

Magento Rest API features

Magento Rest API features

What kind of features does Magento REST API provide? based on the wiki page, it seems only contain the get methods, does it allow to post order, create account, payment, checkout features at all? 

 

I noticed that the SOAP API have a lot more features and more complete documents. What is the link that contains entire Magento REST API doc? the following web page only shows very brief information about the REST API, it doesn't show the format of the REST request

http://www.magentocommerce.com/wiki/doc/webservices-api/introduction_to_rest_api#sales_orders

3 REPLIES 3

Re: Magento Rest API features

Here is everything you need to know about the REST API. You can also extend the API To items that are not included by default. (LIke Configurable, Bundled, Related products etc)

 

http://www.magentocommerce.com/api/rest/introduction.html

Magento Moderator since 2009
Keep Calm and Clear Cache!

Re: Magento Rest API features

Thanks for sharing, I have figured out how to do customized REST API, and built lots of customized REST API code, it's really cool.

Re: Magento Rest API features

Good Job and have fun, mate!

We also had successfully customized xmlconnect for the appSmiley Very Happy