object PackerPerformanceStats

A row of packing 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.

shipmentsInt

Number of shipments completed by the worker in the selected period.

unitsInt

Number of units packed by the worker in the selected period.

total_packing_secondsFloat

Total packing duration reported by Workforce Hero, 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": 1234,
  "worker_name": "Ada Lovelace",
  "shipments": 100,
  "units": 2,
  "total_packing_seconds": 125.5,
  "time_in_job": 125.5,
  "alerted_time": 125.5,
  "score": 1.5,
  "productivity": 1.5
}