I know Magento was developed with PHP, but I do a lot of work with Java and C#. Sadly I don't have the time to pick up PHP just yet. Has anyone developed scripts with Java or C# before?
Right now, I'm getting started with Magento and need to work on authentication first, but my main task is to download sales orders programmatically as CSV files daily. Yes I know how to do it in the back-end manually, but I haven't been able to find a way to schedule a job to export the data to a stage where I could login through FTP and grab the data that way. Now I could be wrong and it might be possible, but I haven't found a solution just yet.
So has anyone had the experience of using a high level language like Java or C# to gather data daily or just to do anything in general?
Solved! Go to Solution.
Hi @damien_hunter,
Maybe you can try using the API?
https://devdocs.magento.com/guides/m1x/api/soap/introduction.html
Hi @damien_hunter,
Maybe you can try using the API?
https://devdocs.magento.com/guides/m1x/api/soap/introduction.html
Thanks for the link @Damian Culotta. I'll look into it and see if it helps.