CREATING A NEW REST WEB SERVICE IN MAGENTO 2 July 24, 2015 · by alankent · in Magento · 62 Comments In this post I work through a working example of how to create a new REST web service in Magento...
Day: September 7, 2016
magento 2, Magento 2 Dev Guide Book Note
Magento 2 API usage with examples
Magento 2 API usage with examples Magento 2 supports REST (Representational State Transfer) and SOAP (Simple Object Access Protocol), much like the old version of Magento we were used to. Official documentation is mostly based on raw curl request without...