I have to dispatch event catalog_product_save_before or catalog_product_save_after event, while update a lot of products programmatically. I run a script that call updateAttributes() method that dispatch event catalog_product_attribute_update_before, but m2epro module does not update amazon's price if I don't call catalog_product_save_after ord catalog_product_save_before
what do you think is the best solution for this need? Thanks