Hi. It is recommended to look for the official docs, this is the list of hooks for prestashop 1.7 and you might be able to use most of them. Just take a look at: https://devdocs.prestashop.com/1.7/modules/concepts/hooks/list-of-hooks/
-
actionObject<ObjectName>UpdateAfter
-
eg: actionObjectOrderUpdateAfter
-
This hook gets fired after an existing Order gets updated in any way.
-
-
actionObjectOrderHistoryAddAfter
-
This hook gets fired after a new Order History is added. Just after order status update.
-
-
actionObjectProductUpdateAfter
-
This hook gets fired after an existing Product gets updated.
-