marcamillion
marcamillion

Reputation: 33775

Is there a service that offers me shipping information on demand?

I have multiple buyers and sellers in an app and I want to dynamically calculate the cost (and time) for the most popular shipping providers in the US (FedEx & UPS - DHL and USPS would be awesome too, but not required).

Is there some sort of API that I can use that handles all of that for me? Or do I have to use data services from each shipping provider?

Thanks.

P.S. I will be using Rails.

P.P.S. Any good shopping cart recommendations?

Upvotes: 0

Views: 103

Answers (1)

Petr
Petr

Reputation: 3249

active_shipping gem should be ok for you.

It's used in Shopify.

Upvotes: 1

Related Questions