Reslotting Location Capacity Metrics
The Reslotting Location Capacity Metrics API will populate the Reslotting Workbench metrics. It will populate the stacked bar chart that will display available location capacity. This report will be based on inventory records / locations.
The stacked bar chart should display:
- How much capacity is available per location ranking and per filter (max weight,
volume or lpns (reserve only)).
- x axis = location ranking, y axis = % of capacity filled by mismatches
URL
GET... /lgfapi/report/reslotting_location_capacity_metrics?metric={metric}
RESPONSE
[
{
"rank": "A",
"total_item_metric": 100.0,
"max_metric_by_ranking": 150.0
}
]