{ "operationId": "WarehouseById", "method": "GET", "path": "/api/logistics/pvt/configuration/warehouses/{warehouseId}", "summary": "VTex List warehouse by ID", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json; charset=utf-8", "example": { "id": "15bfc76", "name": "Estoque Principal", "warehouseDocks": [ { "dockId": "1a8bce3", "time": "3.00:00:00", "cost": 5 } ], "pickupPointIds": [ 1, 2, 3 ], "priority": 0, "isActive": true } } ] }