Magento 2 - How Rest API Response data is Generated
October 21, 2022
In this blog we will look in to how Magento generates the data for the rest API. When you think of building a Rest API the thing that comes in our mind is generally the below. Url Endpoint Input parameters Json Return Data and the implementation would be some think like the below Create A […]