Is there any pre/post dispatch events for the Magento 2 web API (REST/SOAP) ?
Asked
Active
Viewed 2,533 times
3 Answers
1
There are no events in Magento 2 web APIs, but it is possible to extend any public method in the system using befor/after/around plugins. Also see why it is better to use plugins instead of observers.
Alex Paliarush
- 13,751
- 5
- 51
- 55
0
I don't know maybe this is a dirty way, override this class
Magento\Webapi\Controller\Rest\Router::match()
Ansyori
- 842
- 10
- 18
Thanks for you answer!!
– Atish Goswami Jan 15 '16 at 14:37