Returns & Claims
Auto-insurance rules: never ship a high-value order uninsured
Set a dollar threshold and ShipWave automatically adds EasyPost insurance to every label above it, so a single porch theft doesn't cost you the shipment.
Why auto-insurance
EasyPost insurance is cheap (typically $0.65 + 0.55% of declared value) and covers loss, damage, and theft. The hard part is remembering to add it—a manual checkbox at label time gets skipped, especially under rush. Auto-insurance removes the decision: set a threshold once and every order above it gets insured at purchase, no clicks required.
Configuring the threshold
Open Admin → Settings → Insurance. Set
insuranceAutoThreshold to your minimum order value to auto-insure—e.g. $250. Every order with a total above that gets insurance equal to the order value automatically applied when the label is purchased. Set the threshold to $0 to insure every shipment. Leave the field blank to disable auto-insurance entirely.How it works under the hood
At label purchase,
purchaseLabel() in lib/batch-processor.ts checks the user's insuranceAutoThreshold. If the order value meets or exceeds it, EasyPost's insurance API is called immediately after the label is bought, passing the declared value. The insurance cost is added to the label's recorded cost so reporting is accurate.Exclusions and overrides
You can exclude specific carriers (e.g. don't auto-insure on USPS because their lost-package recovery is already decent), or specific product categories (e.g. dangerous goods may not qualify). Per-order overrides work too: in the manual label flow, uncheck the "Auto-insure (over threshold)" indicator to skip insurance on a specific shipment.
Filing on insured shipments
When an insured shipment is lost or damaged, file the claim through the customer claim portal (see claim filing) or directly in admin. EasyPost typically pays out within 5-15 business days for valid claims with proper documentation. The auto-insurance flag means you have proof of coverage attached to the shipment record—no scrambling.
FAQs
Does auto-insurance work on international shipments?
Yes. EasyPost insurance covers international shipments, though claim resolution times are longer. International auto-insurance is treated the same as domestic at the threshold.
What if the order value is wrong?
Auto-insurance uses the order total from your store. If the total is artificially low (gift card discounts, etc), the insurance amount will be too. Audit thresholds against your actual at-risk value, not retail.
Can I have different thresholds per warehouse?
Not yet—the threshold is account-level. If you need per-warehouse thresholds, use automation rules with the <strong>add_insurance</strong> action instead (see <a href="/help/automation-rules-v2">automation rules v2</a>).
Does this work with regional carriers?
Yes, on most. EasyPost insurance is carrier-agnostic for the carriers it covers (USPS, UPS, FedEx, DHL, OnTrac, LaserShip). A few regional carriers don't have insurance support—the rule skips them silently.
More in Returns & Claims
- Returns portal: QR labels and auto-disposition
A self-service returns experience for your customers, plus rules that decide what happens to each item the moment it lands on your dock.
- Public claim filing portal for customers
A standalone page customers can use to file a lost-package or damaged-package claim, with photo upload and direct insurance follow-up.