After some investigation I decided I would make my own fedex shipping module for satchmo. It uses the new fedex web services api through a module I found online called python-fedex (https://github.com/gtaylor/ python-fedex). Apparently the author has recently stopped using fedex and wont be maintaining it much so I forked it (https://github.com/ jcartmell/python-fedex) and made a few corrections to it. This module is apparently able to handle rate quotes, shipment creation and order tracking.
Anyways, on to my shipping module. It can be found here: https://bitbucket.org/jcartmell/fedex_web_services Currently I have implemented rate quotes but I hope to implement order tracking and shipment creation. Installation instructions are in the README in the module. The rate quotes also work with more than ground shipping unlike the current fedex module. I would be more than happy to contribute this back to satchmo to replace the aging fedex module. To reiterate the module requires that you install my fork of the python-fedex module, linked to above. Your feedback would be appreciated! -Josh -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
