If all Apple gave you is a delivery reference number and you dont have a TNT/UPS tracking code yet this is for you.
Hey all,
so I tried to find out where my iMac is. I had to discover that apecode.com is down since ages and that other flextronics site doesnt work in anything other than Internet Explorer. Yaaay.
They actually have a XLS download link on their page and you can exploit that. Btw, your delivery reference number is the one starting with 80xxxxxxxx or 81xxxxxxxx or something. Here are two easy solutions:
Easy one-liner for Terminal
curl -L "http://atlas.flextronics.com/apps/tracktrace/trk_getwebtrackxls.asp?Sref=<YOUR_DELIVERY_REFERENCE_CODE>&Cust=apple"
Mashup which also puts that into Google Docs
http://gist.github.com/559180
Actually it should work with all (European?) orders. Hope this helps.
Hey all,
so I tried to find out where my iMac is. I had to discover that apecode.com is down since ages and that other flextronics site doesnt work in anything other than Internet Explorer. Yaaay.
They actually have a XLS download link on their page and you can exploit that. Btw, your delivery reference number is the one starting with 80xxxxxxxx or 81xxxxxxxx or something. Here are two easy solutions:
Easy one-liner for Terminal
curl -L "http://atlas.flextronics.com/apps/tracktrace/trk_getwebtrackxls.asp?Sref=<YOUR_DELIVERY_REFERENCE_CODE>&Cust=apple"
Mashup which also puts that into Google Docs
http://gist.github.com/559180
Actually it should work with all (European?) orders. Hope this helps.