JUMP TODocumentationGetting Started with ViftCreating A New OrderHandling Delivery NotificationsTestingHTTP ResponsesErrorsOrdersOrders Model/orderspost/orders/:idget/orders/:idput/orders/:iddeletePowered by /orders/:idget https://api.vift.com/orders/{id}Retrieve information about an orderRetrieve the details of an order with a GET request. An order object is returned. Sample Request: Shellcurl -s https://api.vift.com/orders/YOUR_ORDER_ID -u YOUR_APP_ID:YOUR_API_KEY \