active_shipping
active_shipping copied to clipboard
Generating labels and creating shipments
Currently, i don't think we can generate labels or create shipments with a carrier using active_shipping gem. It would be good if we had these provisions too.
This is two separate issues.
Creating shipping labels is being addressed in https://github.com/Shopify/active_shipping/pull/121 for generating UPS shipping labels.
What is the current status of #121 ?... Till when are we expecting to merge that in?
I'm missing test credentials for the UPS API so that I can verify a refactor I'm doing doesn't break anything.
On 5 December 2013 08:01, amitej1 [email protected] wrote:
What is the current status of #121https://github.com/Shopify/active_shipping/pull/121?... Till when are we expecting to merge that in?
— Reply to this email directly or view it on GitHubhttps://github.com/Shopify/active_shipping/issues/111#issuecomment-29895526 .
Chris Saunders // Developer @ Shopify
Chris, I've been trying to use the branch created for #121 to test generation of UPS labels, but I'm stuck on the error: 'missing or invalid shipper name' I tried giving an origin_name in options, but it still doesn't work. Any idea about what I could be missing?
I haven't written the code and have yet to get credentials to test working with it. So I do not know what the issue could be currently.
I'd suggest you look at the remote tests that were added for #121 and see if there is something you are doing incorrectly.