Are Shipping Integrations working in United States

I’m working on adding easypost.com shipper to erpnext-shipping. Anyone looking to contribute or testing, here’s the forked version which I hope to get integrated into the core app.

This should be useful for anyone in the US looking to get shipping rates and print labels directly from ERPNext.

It’s a work in progress.
Things to do:
Change hard-coded currency and move to a setting

Need a solution for box sizes. EasyPost expects measurements in inches and weight in oz/pounds, but shipment form currently expects metric.

Need to capture shipping amount and create workflow to add cost of shipping to a related sales invoice (create button in shipment to create sales invoice with shipping included).

Probably need to create a global settings page for shipping settings.