Call external API once the stock level updated

[@Michael Telgmann](http://forum.shopware.com/profile/17553/Michael Telgmann “Michael Telgmann”)‍ I have Hook issue which called some other place. Can you guide me I want to implement external API. I have code written in code PHP.

 

Correct place : 

public static function getSubscribedEvents()

{

return [

'Shopware_Modules_Order_SaveOrder_ProcessDetails' => 'getAccountController'

];



}