object PickerPerformanceStats
A row of picking performance for a single worker, sourced from workforce_hero.
Fields
| Field | Type | Description |
|---|---|---|
user_id | Int | Shiphero user ID associated with this Workforce Hero worker. |
worker_name | String | Display name of the Workforce Hero worker. |
batches | Int | Number of batches completed by the worker in the selected period. |
orders | Int | Number of orders completed by the worker in the selected period. |
units | Int | Number of units processed by the worker in the selected period. |
total_picking_seconds | Float | Total picking duration reported by Workforce Hero, in seconds, for the selected period. |
transition_time | Float | Total transition time between picking activities, in seconds, for the selected period. |
time_in_job | Float | Total time spent on the job, in seconds, for the selected period. |
alerted_time | Float | Total alerted or flagged time, in seconds, for the selected period. |
score | Float | Workforce Hero performance score for the worker in the selected period. |
productivity | Float | Worker productivity percentage for the selected period. |
Referenced By
Example
{
"user_id": 1234,
"worker_name": "Ada Lovelace",
"batches": 100,
"orders": 100,
"units": 2,
"total_picking_seconds": 125.5,
"transition_time": 125.5,
"time_in_job": 125.5,
"alerted_time": 125.5,
"score": 1.5,
"productivity": 1.5
}