Hello,
I am creating a module to create/update product information form 3th party created json file. Final gool is to create API endpoint, but first I have created an admin module for the purpose.
The only missing piece of the puzzle is how to tell Magento that I am making BULK create/update. Up to now, the module is working correctly, but for 1000 products it takes more then 10 minutes to create them all.
Version used is Magento 2.4.2 Community Edition
Any help and ideas will be appreciated.