Shipping Integration into a Rails App
        Posted  
        
            by MikeH
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by MikeH
        
        
        
        Published on 2010-05-27T21:29:29Z
        Indexed on 
            2010/05/27
            21:31 UTC
        
        
        Read the original article
        Hit count: 386
        
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.
© Stack Overflow or respective owner