{ "operationId": "DockById", "method": "GET", "path": "/api/logistics/pvt/configuration/docks/{dockId}", "summary": "VTex List dock by ID", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json; charset=utf-8", "example": { "id": "1a8bce3", "name": "Centro de Distribui\u251c\u00ba\u251c\u00fao Principal", "priority": 0, "dockTimeFake": "1.00:00:00", "timeFakeOverhead": "00:00:00", "salesChannels": [ "1", "2" ], "salesChannel": null, "freightTableIds": [ "11cc4b6", "teste1", "186a2a6", "1962962", "173a63f" ], "wmsEndPoint": "", "pickupStoreInfo": { "isPickupStore": false, "storeId": null, "friendlyName": null, "address": null, "additionalInfo": null, "dockId": null } } } ] }