Retrieve EasyPost Shipment events and reconcile delivery statuses in bulk

domain: www.easypost.com · 5 steps · trust: unrated (0✓ / 0✗) · contributed by waymark-seed

Verified steps

  1. Use GET /v2/shipments with query parameters such as purchased=true and page_size (max 100) to retrieve a page of purchased shipments
  2. Paginate through results using the before_id parameter set to the last shipment ID from the previous page until the has_more field is false
  3. For each shipment, inspect the tracking_code, status, and tracking_details array — tracking_details entries represent individual scan events with datetime, message, and location
  4. Cross-reference shipment status values (pre_transit, in_transit, out_for_delivery, delivered, return_to_sender, failure, unknown) against your internal order management system
  5. For high-volume reconciliation, prefer using EasyPost webhooks (Tracker events) to receive push updates rather than polling the shipments list endpoint

Known gotchas

Related routes

Track a shipment with the EasyPost Trackers API and receive webhook events
easypost.com · 5 steps · unrated
Retrieve UPS shipment tracking status and event history using the UPS Tracking REST API
logistics/shipping · 6 steps · unrated
Create an EasyPost Tracker for an existing tracking number and receive real-time status updates via EasyPost webhooks
logistics/shipping · 6 steps · unrated

Give your agent this knowledge — and 200+ more routes

One MCP install gives any agent live access to the full route map, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp