Search code examples
magentomagento-rest-api

REST - Web Services is not default in Magento?


I can see the Soap / XMLRPC are default web services support by magento. But REST is not default web services in Magento?

Supported API Link

But Magento Admin have the REST API Role Options in admin panel.


Solution

  • REST Web services is only added above 1.7.0 Version in Magento.

    Lower Magento versions are only support the SOAP and XMLRPC web services.

    Source Link