Definition
A return processing percentile is a selected quantile of elapsed times between defined process events. The median describes the middle of the observed distribution; a higher percentile such as p90 describes its slower end. Finite-sample results depend on the quantile convention, and a statistic calculated from completed returns only does not describe unfinished cases.
Why It Matters
- Two inspection teams can have similar average completion times but different numbers of customers facing long delays.
- A Commerce Intelligence OS needs to preserve the process boundary and population behind a service-performance statement.
How It Works
- Define the unit, entry event, exit event, clock, and reporting population. Keep warehouse inspection duration separate from carrier transit and refund settlement.
- Calculate chosen percentiles from eligible durations and record sample size and quantile method. Report missing or inconsistent timestamps instead of silently converting them to zero.
- Combine raw observations or compatible distribution summaries before computing an overall percentile. Averaging warehouse p90 values does not generally produce the network p90.
- Show open-case age and threshold breaches beside completed-case percentiles. A growing unresolved backlog can coexist with fast completion statistics if slow cases have not finished.
Ecommerce Example
Context: Illustrative example: a merchant reports a two-day median and a seven-day p90 for completed warehouse inspections using a documented calculation.
Recommended move: Review the slower inspection cases and separately list open items already older than seven days before reporting service health.
Why it matters: The team can distinguish a typical completion from a long unresolved wait. These hypothetical durations are not iKawn service guarantees.
iKawn Framework
Bound
The iKawn framework maps receipt, inspection, and refund milestones.
Distribute
Keep elapsed-time distributions and sample counts visible.
Reconcile
Compare completed work with the age of outstanding returns.
Investigate
Route delayed cases to the owner of the affected process stage.
Concise Summary
Percentiles describe completion-time distributions. Use consistent events, aggregate observations correctly, and retain open-case age alongside the result.