Reputation: 1126
Right now I have a project I'm working on and they want to use UPS as a carrier for shipping, but all the gems that have anything to do with shipping only track and get rates, none of them use the shipping api to actually create shipments. If anyone has found anything that does this I'd like to know.
Thanks in advance for everyone's time.
Upvotes: 1
Views: 1813
Reputation: 78
UPS appears to have requested that ActiveShipping cease using their API: https://github.com/Shopify/active_shipping/blob/master/CHANGELOG.md
I believe that you will have to use UPS' API directly rather than using a gem.
EDIT
You may use EasyPost as a solution for this!
Upvotes: 2
Reputation: 6950
https://github.com/transcriptic/ups-shipping is the best I've found.
It's got some bugs, hopefully I'll get them fixed soon.
Upvotes: 0
Reputation: 18845
did you have a look at the shopify active_shipping gem?
https://github.com/Shopify/active_shipping
Upvotes: 0