Using EasyPost's simple Shipping Insurance API, you can insure your R+L Carriers packages, along with packages from dozens of other carriers, using a single point of integration.
Every package sent with EasyPost can be protected. Not only that, with 1% of the product value, we cover the following:
On average, 90,000 packages go missing every day in NYC alone, and 15% of online shopping packages never make it to their destination, accounting for 1.7M missing packages on a daily basis. Get coverage in minutes and protect your packages from damage, loss, and theft.
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 R+L Carriers 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.