javamagentomagento-1.7magento-rest-api

Magento - Create order through rest


I'm developing a Magento client (built in Java) that's supposed to generate orders through REST API.

I couldn't find anything related to generate orders over REST, found only over SOAP.

Is it already supported at Magento 1.7? If don't, is there any extension that does it?


Solution

  • Magento have introduced REST API in their Community Edition 1.7 as stated here

    http://www.magentocommerce.com/blog/comments/the-magento-rest-api-a-better-way-to-integrate-business-applications/

    Also check this to see how it works

    http://www.magentocommerce.com/api/rest/Resources/Orders/sales_orders.html