Using EasyPost's simple Shipping API, you can ship with Osm Worldwide and dozens of others with a single point of integration.
The EasyPost Shipping API boasts a full suite of features to make shipping easy. With our Shipping API, you can:
import easypost
import os
client = easypost.EasyPostClient(os.getenv("EASYPOST_API_KEY"))
shipment = client.shipment.create(
to_address={"id": "adr_..."},
from_address={"id": "adr_..."},
parcel={
"predefined_package": "Parcel",
"weight": 32.8,
},
)
client.shipment.buy(
shipment.id,
rate=shipment.lowest_rate(),
)
QALO uses EasyPost's API to automate their returns for an unbeatable customer experience.
With EasyPost's API, Expedited Passports & Visas cut their operational load in half.
Casper sped up their European launch thanks to EasyPost's support of over 30+ European carriers.
Sign up and start shipping in the same day. We have our Osm Worldwide API live and ready for you to test with. We also have extensive client documentation in over six different languages to help you get started. If you have any questions, or if you want to talk logistics, feel free to reach out to one of our shipping experts.