Been a long time since I was in here...
Still using 3.05 as I am sole IT person and way too busy dealing with the "big picture" to risk all of the potential upgrade (to 4.x) woes...
I currently export order_data.csv and order_details.csv and use in local system I have thrown together to make life easier to produce output for specific business needs.
I am wondering if anyone has found a way to pull the two order export options programatically (via php curl for example) in the absence of an API for 3.05?
I could simply write a php script to do this on the server and call that - but I would rather not introduce anything into the mix server side that could open up a potential hole.
Any feedback is welcomed.