active_shipping icon indicating copy to clipboard operation
active_shipping copied to clipboard

ActiveShipping is a simple shipping abstraction library extracted from Shopify

Results 55 active_shipping issues
Sort by recently updated
recently updated
newest added

According to FedEx the solution to the issues Shopify has been having with some requests within the UK receive rates but no service types is to upgrade to the "V18...

bug

Currently Active Shipping is **extremely** unfriendly with its error messages when you don't include a required parameter (eg #247 #251). Part of the reason for this is that the `options`...

Hey guys, i'm not sure if i'm doing everything properly but every time I try to create shipment i got `Runtime Error Could not obtain shipping label. Missing or invalid...

I'm using `ruby 1.9.3p545` and `active_shipping 0.12.3`. UPS seems to have started including the '®' symbol in reporting activity of packages. It appears that this is causing an error when...

PackageItem.new(name, grams_or_ounces, value, quantity, options = {}) accepted this params. What significance to be transmitted in value parameter maybe product cost? Why we doesn't send product measurings?

I've trying to see if my USPS credentials are valid, but I'm getting NoMethodError: undefined method `name' for nil:NilClass. I jumped into the code and it seems that the response...

Love the gem, nice work! I'm getting a discount from FedEx and I'd like to split it with my customers. There is a TotalFreightDiscount field in the FedEx return. Any...

Return wrong price from API Server UPS Online Calculator return 9.75 API Return 9.71 @packages = [ Package.new( 2, [10,10,10], :units => :imperial ) ] ``` @origin = Location.new( :country...

bug
cannot reproduce

Currently we are [performing a gsub](https://github.com/Shopify/active_shipping/blob/master/lib/active_shipping/shipping/carriers/fedex.rb#L566) on all instances of the SOAP APIs version prefix. With the API change that happened on January 19, 2014 this resulted in creating invalid...

bug
enhancement

Currently we saw FedEx enforcing on it's API causing some breaking changes most notably #135 and #141 this got me all paranoid and opened up the FEDEX Developer guide from...