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

Could someone elaborate on the current status of the generating of shipping labels? In looking through the docs I see various label methods, but nothing very specific in the docs....

To do: 1. add AddressStandarizationResponse class 2. add tests

It doesn't look like active_shipping currently supports passing the insured value for a package when using FedEx. It appears to be implemented for UPS. What is the best way to...

My app can't start with this error ``` /root/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/active_shipping-1.12.1/lib/active_shipping.rb:9:in `require': /root/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/active_shipping-1.12.1/lib/active_shipping/tracking_response.rb:106: unknown type of %string (SyntaxError) attributes = %i(carrier carrier_name status s... ^ /root/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/active_shipping-1.12.1/lib/active_shipping/tracking_response.rb:106: syntax error, unexpected $end attributes =...

Does activeshipping gem supports creating of multi-piece shipment? Example: Our customer orders 2 pieces of item X. When we ask UPS/Fedex to ship the order of the customer, we need...

I've been hesitant to submit an issue, but I've been unsuccessful in solving my problem. I've successfully integrated ActiveShipping with a rails application I have been developing. Functionally, everything appears...

Currently for US addresses we don't pass the state on FedEx rate lookups. It seems FedEx has changed their API and now want states but they are doing the transition...

Hello everyone! I have a small problem with "create_shipment" in UPS. Every time when I call function "create_ups_shipment" (by ruby console) return that error: ``` RuntimeError: Could not obtain shipping...

This issue was forwarded from a partner: > The issue is this: When you try to get rates from UPS with Active Shipping using an origin address in Bermuda, it...

Apologies if this is not the right place to ask this. I'm based in the US and I'm attempting to get USPS international letter rates via the API but am...