Integrating Fedex and UPS into Rails Apps
- by MikeH
I'm working on integrating a shipping solution into a Rails ecommerce app. We're only going to use one shipping provider. So the question is: Fedex or UPS?
I'm wondering what Rails developers think about the tech side of this question.
What do you think about the APIs, ease of integration, focus on developer's needs between Fedex and UPS?
I was leaning towards Fedex, but from looking at the developers resources sections of both sites, it seems that UPS might be more developer friendly.
Also, I'm going to be using Shopify's active_shipping gem: http://github.com/Shopify/active_shipping
And I also based my app off the Spree Ecommerce solution, but I don't think that's particularly relevant to the question. Spree wrote a wrapper to integrate active_shipping with the Spree system. I gave away all my points, so SO wont' let me post another link in this question. But if you google "Spree active-shipping", their wrapper on github is the first result.
Thanks.