store
Find purchase order by ID.
For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions.
get/store/order/{orderId}
Path parameters
orderIdinteger required
ID of order that needs to be fetched
Response
successful operation
Example response
{
"id": 10,
"petId": 198772,
"quantity": 7,
"status": "approved"
}