{
"success": true,
"message": "Estoque do produto recuperado com sucesso",
"data": {
"sku": "ALIM-CAFE-CX12",
"name": "Café Gourmet (Cx 12x500g)",
"unit": "un",
"is_active": true,
"stock_details": {
"summary": {
"total_quantity": 15,
"reserved_quantity": 0,
"available_quantity": 15,
"is_below_min_stock": false,
"total_locations": 1,
"stock_control": {
"min_stock_quantity": 5,
"ideal_stock_quantity": 15,
"restock_priority": 3,
"restock_priority_description": "Alta"
}
},
"warehouses": [
{
"id": 1,
"name": "001 - Pari - SP",
"code": "001",
"total_quantity": 15,
"reserved_quantity": 0,
"available_quantity": 15,
"total_locations": 1,
"locations": [
{
"location_code": "01.05.01.01.02.05",
"location_name": "L2-5",
"zone_name": "Mezanino",
"quantity": 15,
"reserved_quantity": 0,
"available_quantity": 15,
"batch_number": "CAFE2024-01",
"expiration_date": "2026-01-18T03:00:00.000000Z",
"manufacturing_date": "2025-07-18T03:00:00.000000Z"
}
]
}
],
"locations": [
{
"location_code": "01.05.01.01.02.05",
"location_name": "L2-5",
"zone_name": "Mezanino",
"quantity": 15,
"reserved_quantity": 0,
"available_quantity": 15,
"batch_number": "CAFE2024-01",
"expiration_date": "2026-01-18T03:00:00.000000Z",
"manufacturing_date": "2025-07-18T03:00:00.000000Z"
}
]
}
}
}