store
Find purchase order by ID
For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
get/store/order/{orderId}
Path parameters
orderIdinteger required
ID of pet that needs to be fetched
Response
successful operation
Example response
{
"petId": 6,
"quantity": 1,
"id": 0,
"shipDate": "2000-01-23T04:56:07.000+00:00",
"complete": false,
"status": "placed"
}