Reslotting Inventory Accuracy Metrics
The Reslotting Inventory Accuracy Metrics API will populate the stacked bar chart that will display Reslotting Accuracy in the Reslotting Workbench UI.
The bar chart will display:
- How many items are in each location rank, how many are correctly vs incorrectly
slotted
- The fields used are: SKU, item_velocity_code, location, location_ranking
- x axis = item count, y axis = location rank
- The fields used are: SKU, item_velocity_code, location, location_ranking
API
GET... /lgfapi/report/reslotting_inventory_accuracy_metrics
RESPONSE
[
{
"rank": "A",
"accurate_qty": 50.0,
"total_qty": 100.0
}
]