Actual behavior
When a product is saved, there is an observer on catalog_product_save_after event that reimport catalog product in Dotmailer.
Problematic behavior
When importing multiple products with magento-catalog-import-export module however, this event is never dispatched and therefore, the reimport for all those products in Dotmailer is never made. The catalog in Dotmailer is then offsync with actual data in Magento.
Desired behavior
There should be an observer in Dotmailer module on the event catalog_product_import_bunch_save_after that would resync the data for the product ids in the imported bunch.
Actual behavior When a product is saved, there is an observer on
catalog_product_save_after
event that reimport catalog product in Dotmailer.Problematic behavior When importing multiple products with magento-catalog-import-export module however, this event is never dispatched and therefore, the reimport for all those products in Dotmailer is never made. The catalog in Dotmailer is then offsync with actual data in Magento.
Desired behavior There should be an observer in Dotmailer module on the event
catalog_product_import_bunch_save_after
that would resync the data for the product ids in the imported bunch.Using the latest version of the module.