orders
Find purchase order by ID
get/orders/{orderId}
Path parameters
orderIdinteger required
ID of the order that needs to be fetched
Response
successful operation
Example response
{
"id": 1,
"deviceId": 1,
"quantity": 5,
"shipDate": "2020-06-17T04:40:55.605Z",
"status": "placed",
"complete": false
}