Authorization: Bearer ********************
{
"success": true,
"message": "Estoque do produto recuperado com sucesso",
"data": {
"sku": "FD24X50",
"name": "Fita Adesiva Dupla Face 24mm x 50m",
"unit": "un",
"is_active": true,
"stock_details": {
"summary": {
"total_quantity": 50,
"reserved_quantity": 0,
"available_quantity": 50,
"is_below_min_stock": false,
"total_locations": 1,
"stock_control": {
"min_stock_quantity": 20,
"ideal_stock_quantity": 60,
"restock_priority": 3,
"restock_priority_description": "Alta"
}
},
"warehouses": [
{
"id": 1,
"name": "001 - Pari - SP",
"code": "001",
"total_quantity": 50,
"reserved_quantity": 0,
"available_quantity": 50,
"total_locations": 1,
"locations": [
{
"location_code": "01.05.01.02.02.02",
"location_name": "L2-2",
"zone_name": "Mezanino",
"quantity": 50,
"reserved_quantity": 0,
"available_quantity": 50,
"batch_number": null,
"expiration_date": null,
"manufacturing_date": null
}
]
}
],
"locations": [
{
"location_code": "01.05.01.02.02.02",
"location_name": "L2-2",
"zone_name": "Mezanino",
"quantity": 50,
"reserved_quantity": 0,
"available_quantity": 50,
"batch_number": null,
"expiration_date": null,
"manufacturing_date": null
}
]
}
}
}