I am using Magento 2.3.3 and wants to import products using cron and csv. I have google Sheet which contains all products data and sheet's data changes continuously. So I have to run a cron every day which updates product price, qty and some attributes values.
Is it possible to do that? Or is their another way?
Checked this https://magento.stackexchange.com/questions/214079/magento-2-import-new-and-update-current-products-... also but didn't understand that much.
This feature part of Magento 2 commerce to schedule import product auto. You can take reference to do the same.
https://docs.magento.com/user-guide/system/data-schedule-import.html
Apart from that sharing few plugin, please look it if that can help you:
https://www.mag-manager.com/magento-automated-product-import/
https://github.com/firebearstudio/importexportfree
https://www.beecom.io/post/importing-products-the-how-to-guide