Find purchase order by ID
GET/store/order/:orderId
URL | Description |
---|---|
https://petstore.swagger.io/v2 | Default server |
https://petstore.swagger.io/sandbox | Sandbox server |
http://127.0.0.1:4010 | Prism Mock API (local) |
For valid response try integer IDs with value < 5 or > 10. Other values will generated exceptions
Request
Responses
- 200
- 400
- 404
successful operation
Invalid ID supplied
Order not found