When we develop a fully functional e-commerce store sometime we need to Create Custom REST API to interact with some third party service for shipping, payment, and ERP. By default, Magento provides a bunch of API for the Customer, Order, and Products. You can get all API lists using http://<yourwebsite>/swagger but still, sometimes you need some custom […]