{ "operationId": "Create/UpdateWarehouse", "method": "POST", "path": "/api/logistics/pvt/configuration/warehouses", "summary": "VTex Create/update warehouse", "requestExamples": [ { "contentType": "application/json; charset=utf-8", "example": { "id": "15bfc76", "name": "Estoque Principal", "warehouseDocks": [ { "dockId": "1a8bce3", "name": "Centro de Distribui\u251c\u00ba\u251c\u00fao Principal", "time": "3.00:00:00", "cost": "5.00", "translateDays": "dias", "costToDisplay": "5,00" } ] } } ], "responseExamples": [] }