This module extends PrestaShop's native web services by firing action hooks when records are created or updated via the API. By default, when an object such as an order is created through the web services endpoint, no hooks are triggered — meaning automated follow-up actions like email delivery, data manipulation, or file creation do not occur. This module closes that gap by dispatching the appropriate native hooks during web service operations.
- Fires
AddBefore and AddAfter hooks when a record is created via web services. - Fires
UpdateBefore and UpdateAfter hooks when a record is updated via web services. - Follows PrestaShop's native hook naming conventions, ensuring compatibility with existing hook listeners.
This module is intended for developers and store owners running multi-environment or clustered setups where data is synchronised between instances via the web services API. It ensures that business logic tied to hooks — such as notifications, third-party integrations, or post-save processing — is executed consistently whether records are created through the back office or via the API.
Comments (0)
Your review appreciation cannot be sent
Report comment
Report sent
Your report cannot be sent