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

Canada Post has 2 distinct account types (small business & commercial). Each have a distinct way of creating shipments. The current implementation only allowed for small business accounts to create...

As can be seen within this section of the [fedex code](https://github.com/Shopify/active_shipping/blob/590bc805e10a137251c122a1525940c34b164a44/lib/active_shipping/carriers/fedex.rb#L253-L258) there's no way to easily tie in to add additional features that some shipping automation may require. I need...

Tracking in batches makes a lot of sense to me. FedEx supports batch tracking up to 30 packages per transaction. I may try my hand at it, but I'm sure...

There was a `:saturday_delivery` option for FedEx rate requests, but it did not seem to affect label creation. Section 18.2, "Saturday Ship and Delivery Coding Details", of the [FedEx developer...

Modified travis environment variables for Canada Post credentials adding contract number. Canada Post has 2 distinct account types (small business & commercial). Each have a distinct way of creating shipments....

Discussion came up during #469, and a bit IRL: Some concerns on the existing Package are not generic enough to be on the Package data model. For example, export reasons...

Both the `Package` and `PackageItem` classes have methods to return weight and dimensions in all kinds of units. Moreover, those methods accept options hashes and parameters to modify the return...

According to the Stamps API documentation re-authenticating is also a potential fix for 'Conversation Out-Of-Sync' and 'Invalid Conversation Token' faults. Ref: http://developer.stamps.com/assets/documents/developer/downloads/Stamps.com_SWSIM_Reference_v42.pdf Note: This is just bringing back #312, but...

I got incorrect rates using the UPS service. The issue is that I got different rates received from the gem and from the website I got: Website: 418.22USD for UPS...