{ "operationId": "ReservationById", "method": "GET", "path": "/api/logistics/pvt/inventory/reservations/{reservationId}", "summary": "VTex List reservation by ID", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json; charset=utf-8", "example": { "LastUpdateDateUtc": "2016-04-15T19:59:40.9832533+00:00", "SalesChannel": "2", "LockId": "621a9121-06c9-4731-96d1-edf8c5c23877", "ReservationDateUtc": "2016-04-15T19:59:40.9832533+00:00", "MaximumConfirmationDateUtc": "2016-04-15T20:09:40.9832533+00:00", "Status": 1, "SlaRequest": [ { "item": { "id": "2390059", "groupItemId": null, "quantity": 1, "price": 0, "modal": null, "additionalHandlingTime": "00:00:00", "dimension": { "weight": 800, "height": 10, "width": 12, "length": 35, "maxSumDimension": 0 }, "kitItem": [], "unlimitedQuantity": false }, "slaType": "Normal", "slaTypeName": "Normal", "freightTableName": "Correios PAC", "freightTableId": "11cc4b6", "listPrice": 10.5, "promotionalPrice": 10.5, "transitTime": "2.00:00:00", "dockTime": "00:00:00", "timeToDockPlusDockTime": "1.00:00:00", "totalTime": "3.00:00:00", "deliveryWindows": null, "wareHouseId": "1937054", "dockId": "1_1_1", "wmsEndPoint": "", "location": { "zipCode": "22220070", "country": "BRA", "deliveryPointId": null, "point": null, "inStore": { "IsCheckedIn": false, "StoreId": "180082" } }, "pickupStoreInfo": null } ], "PickupPointItemOptions": "PUP 1", "CanceledDateUtc": "0001-01-01T00:00:00+00:00", "AuthorizedDateUtc": "2016-04-15T19:59:40.9832533+00:00", "ConfirmedDateUtc": "0001-01-01T00:00:00+00:00", "Errors": [], "IsSucess": true } } ] }