Find purchase order by ID

For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions

Request
path Parameters
orderId
required
integer <int64> [ 1 .. 5 ]

ID of pet that needs to be fetched

Responses
200

successful operation

400

Invalid ID supplied

404

Order not found

get/store/order/{orderId}
Response samples
{
  • "id": 0,
  • "petId": 0,
  • "quantity": 1,
  • "shipDate": "2019-08-24T14:15:22Z",
  • "status": "placed",
  • "complete": false
}