Find purchase order by ID

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

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

ID of pet that needs to be fetched

Responses
200

successful operation

400

Invalid ID supplied

404

Order not found

get/store/order/{orderId}
Request samples
Response samples
No sample