Locker Information
{
"small": 25.00,
"medium": 40.00,
"large": 60.00
}[
{
"locker_id": 1,
"max_weight": 20,
"max_volume": 30,
"max_package_count": 30
},
{
"locker_id": 2,
"max_weight": 40,
"max_volume": 60,
"max_package_count": 60
},
{
"locker_id": 3,
"max_weight": 60,
"max_volume": 90,
"max_package_count": 90
}
]Last updated