An order can be marked shipped when a label is created, when a parcel reaches staging, when a manifest closes, when a driver collects it, or when the carrier records its first scan. Those moments can be hours apart. Treating them as one timestamp produces confident dashboards and confused customers.
Manifest and first-scan analytics measure the custody boundary between merchant and carrier. The purpose is not to blame either party. It is to locate parcels that were declared, staged, collected, accepted late, scanned under a different identifier, or never handed over at all.

Table of Contents
- Keyword decision and intent
- Define custody events precisely
- Build the handoff scorecard
- Reconcile parcels manifests and scans
- Operate an acceptance exception queue
- EcomToolkit point of view
Keyword decision and intent
- Primary keyword: ecommerce carrier manifest analytics
- Secondary keywords: first carrier scan latency, parcel acceptance statistics, shipping manifest accuracy, carrier handoff exceptions
- Search intent: find the gap between warehouse dispatch records and carrier acceptance
- Funnel stage: mid funnel
- Page type: shipping operations analytics guide
Carrier procedures vary by product and account, so do not assume that label creation transfers custody. FedEx’s Ground label guidance, for example, instructs shippers to transmit shipment data and print a manifest through an end-of-day close procedure (FedEx shipping label guidance). Confirm the contractual meaning of each event with every carrier you use.
Define custody events precisely
Maintain separate timestamps for label created, parcel packed, staged, container closed, manifest submitted, manifest accepted, dock departure, driver collection, merchant handoff scan, carrier origin scan, network induction, and first movement scan. Store source system and raw event name with every timestamp.
Create stable parcel, label, manifest, container, pickup, route, and carrier tracking identifiers. Preserve label replacements and voids. If identifiers are overwritten, analysts cannot distinguish an orphaned old label from a genuinely missing parcel.
| Statistic | Calculation | Operational meaning |
|---|---|---|
| manifest inclusion rate | eligible parcels included / eligible staged parcels | closeout completeness |
| manifest acceptance rate | accepted manifests / submitted manifests | transmission reliability |
| first-scan latency | first carrier scan − physical handoff | visibility delay |
| no-scan rate | handed-off parcels without scan by threshold / handed-off parcels | custody ambiguity |
| orphan manifest rate | manifested parcels without staging or handoff evidence / manifested parcels | declaration mismatch |
| unmanifested handoff rate | scanned parcels absent from expected manifest / scanned parcels | process leakage |
| cutoff compliance | accepted handoffs before cutoff / due handoffs | dispatch discipline |
Use carrier- and service-specific thresholds. Economy consolidators, postal injections, same-day couriers, and express networks produce different scan sequences.
Build the handoff scorecard
Measure two clocks: operational handoff and customer-visible tracking. The merchant may have evidence that a sealed container left the dock while the customer sees “label created.” Both states matter. Do not rewrite one to resemble the other.
| Pattern | Likely explanation | Evidence to inspect |
|---|---|---|
| manifest accepted, no first scan | delayed induction or identifier mismatch | pickup, container, scan feed |
| first scan, no manifest row | ad hoc handoff or closeout omission | label and workstation history |
| many parcels scan late together | route or depot batch behavior | pickup and facility cluster |
| one station creates orphans | workflow or printer rework | station, user, label versions |
| accepted before cutoff, service misses | downstream carrier performance | movement milestones |
| manifest rejected near cutoff | data or credential failure | response code and retry chain |
Segment by origin, carrier, service, pickup, route, weekday, cutoff window, manifest method, pack station, destination region, parcel type, and label version. Clustering often reveals one process lane rather than a network-wide problem.
Reconcile parcels manifests and scans
Build a daily three-way match: warehouse physical evidence, submitted and accepted manifest records, and carrier tracking events. Keep exception states explicit: staged-not-manifested, manifested-not-staged, handed-off-not-scanned, scanned-not-manifested, voided-label-scanned, duplicate-tracking-number, and unknown identifier.
Do not close exceptions merely because a later delivery scan appears. A delivered parcel proves movement but does not repair the missing handoff event, customer visibility gap, or unreliable upstream control. Retain the root cause for future prevention.
Capture quantities at container and pickup level. If 99 of 100 parcels scan, investigate the individual parcel. If all 100 are late, investigate the pickup or data feed. Aggregate structure changes the efficient response.

Operate an acceptance exception queue
Prioritize by promised delivery risk, parcel value, perishability, customer status, claim deadline, remaining time before the next network departure, and confidence that the parcel physically left. An unscanned high-value parcel with weak dock evidence needs faster action than a batch with a known delayed electronic feed.
Set graduated thresholds: warning after the normal origin-scan window, escalation after the next expected network event, and incident status when a pickup-level cluster breaches policy. Record every carrier trace, warehouse search, customer message, reship, intercept, and claim.
Pair this guide with proof-of-delivery analytics and delivery-promise accuracy analytics. First scan establishes early visibility; delivery events establish completion; promise analytics connects both to what the customer was told.
Govern the “shipped” customer message
Decide which event triggers shipment confirmation and tracking emails. Label creation gives earlier notice but can create a long, distrustful silence. Carrier acceptance is stronger evidence but may delay communication. Some merchants should use two messages: “prepared for dispatch” followed by “on the way.” Test language against WISMO contacts, cancellations, tracking visits, and actual handoff times.
Publish a monthly carrier handoff review with first-scan distributions, cutoff performance, orphan counts, disputed custody cases, pickup-level clusters, and resolved process changes. Do not rank carriers on first-scan speed without adjusting for the agreed operating model.
EcomToolkit point of view
“Shipped” is not a single event. Preserve the chain from warehouse completion to carrier acceptance so teams can explain custody, protect customer promises, and find the parcels that disappear between two otherwise successful systems.