object PickerPerformanceStats

A row of picking performance for a single worker, sourced from workforce_hero.

Fields

FieldTypeDescription
user_idInt

Shiphero user ID associated with this Workforce Hero worker

worker_nameString

Display name of the Workforce Hero worker

batchesInt

Number of batches completed by the worker in the selected period

ordersInt

Number of orders completed by the worker in the selected period

unitsInt

Number of units processed by the worker in the selected period

total_picking_secondsFloat

Total picking duration reported by Workforce Hero, in seconds, for the selected period

transition_timeFloat

Total transition time between picking activities, in seconds, for the selected period

time_in_jobFloat

Total time spent on the job, in seconds, for the selected period

alerted_timeFloat

Total alerted or flagged time, in seconds, for the selected period

scoreFloat

Workforce Hero performance score for the worker in the selected period

productivityFloat

Worker productivity percentage for the selected period

Referenced By

Example

{
  "user_id": 987,
  "worker_name": "abc123",
  "batches": 987,
  "orders": 987,
  "units": 987,
  "total_picking_seconds": 1.0,
  "transition_time": 1.0,
  "time_in_job": 1.0,
  "alerted_time": 1.0,
  "score": 1.0,
  "productivity": 1.0
}