offer.deleted with each offer’s id and product_id. Triggered by DELETE /vendor/offers/:id, DELETE /admin/offers/:id, and the offer batch routes.
Usage
Input
IDs of the offers to delete.
Custom data passed through to the workflow hooks.
Result
No return value; the offers are deleted.
Hooks
offersDeleted— runs after deletion with{ ids, additional_data }.