24
Oct
One of the tasks ReadyToShip regularly needs to do is pull down all the orders from Magento that have been modified since the last time we got them. You would think this would be easy enough to do, since the sales_order.list API call provides a ‘filter’ parameter, used like so (this is perl but you [...]
Posted in Magento | 3 Comments »
22
Oct
I’ve been doing some work with the open source Magento web store software, mostly to do with their XMLRPC API for our ReadyToShip software. Inevitably, the requirement arised that couldn’t be solved by the existing Magento API calls, so it was time to take a look at writing some code and building my own custom [...]
Posted in Magento | 13 Comments »