Within ShipHero API, how do we grab data on how many units a user Picked and/or Packed per day. Specifically, trying to pull data around the following:
Picking
Items Picked
Orders Picked
Unique Items Picked
Packing
Labels Printed
Items Packed
Unique Items Packed
Barcodes Scanned
Errors Made
Items Counted
SKUs Counted
This information is available in ShipHero by looking up each user by day but looking for a way to extract into our BI Tool.
There are two queries you can use: picks_per_day and packs_per_day. I think you can get everything you’re looking for there except for the errors made.
We’ve been able to import some Picker and Packer data into our Looker instance but my developer is struggling to locate the following:
Picker
Warehouse ID
Warehouse
Warehouse Name
Total Orders Picked
They are also pulling in a Field titled “Number of Pickers”, which has a value per user but can’t determine what it is
Packer
User ID
User First Name
User Last Name
Labels Scanned
Items Counted
SKUS Counted
Errors Made
Warehouse
Warehouse Name
Using the warehouse_id should be enough of a replacement for the Warehouse Name. Unfortunately, Total Orders picked will have to be done manually. I’m not 100% sure what field is being pulled by numbers of pickers, but we do have a picked_quantity field that can be added, which will display the number of items picked.