Currently, I'm implementing integration with CRM and I got an issue with stock source imports. For Catalog Product one, it's okay, as I got
catalog_product_import_bunch_save_after
event to which I can implement Observer, but for stock source one, I can not find any event to which I could add Observer. Do I miss something obvious or do stock source import doesn't offer event that I could Observe with?
Magento version I'm using 2.4.2