I need to batch import customers and products programatically and do sync every day.
My initial idea was to make a pything script for this and work directly towards the Magento database.
However, now I'm wondering if it's not better to create something from within Magento to ensure database integrity.
What do you think?
I know how to make the Python script. I don't know how to solve the problem with a Magento module.