I want to change via web service a remote inventory, I know that via Event Observer Method can triger my code, but I don\'t know which event is useful to complete my task, l
Use grep to find the list of events, it must be something like
grep -rn -A2 --include="*.php" dispatchEvent /var/www/magento/
or something like that...