The Parcelarc Platform
Four integrated components built for the operational realities of regional parcel dispatch. No separate tools to stitch together.
Re-Optimization Engine
The engine is the core of Parcelarc. It receives trigger events, ingests the constraint set, computes a new stop sequence, and returns a sequence diff — all in under 30 seconds for depot runs up to 2,000 stops.
Driver App
The Parcelarc driver app is designed around one constraint: drivers don't make decisions. They execute. When a re-optimization fires, the app updates silently. The driver sees a notification, not a prompt.
Dispatch Console
The dispatch console gives ops teams full visibility into every depot run in real time. Exceptions surface immediately. The original-vs-optimized sequence diff is always visible before confirmation.
Reporting Dashboard
End-of-day route performance data, stop-level outcomes, and re-optimization frequency metrics. Built for ops directors who need to justify the tool, not marketers who want shiny dashboards.
API-First. Integrates Anywhere.
Parcelarc is designed for the carrier that already has a TMS, a WMS, and an ELD. The API lets your existing systems trigger re-optimization and receive results without changing your workflow.
# Parcelarc Python SDK
import parcelarc
client = parcelarc.Client(
api_key="pk_live_..."
)
result = client.depots["depot-dfw-north-4"].reoptimize(
trigger="address_exception",
stop_ids=["S-1042", "S-1043"],
notify_drivers=True
)
print(result.sequence_diff)
# >> {'moved': 8, 'added': 2, 'removed': 1}
See the Platform in Action
Request a demo with your actual depot configuration. We'll walk through each component against your real operational scenario.
Request a Demo