This is the API
For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors
http://petstore.swagger.io/v2/store/order/{orderId}
DELETE
ID of the order that needs to be deleted
Returns a map of status codes to quantities
http://petstore.swagger.io/v2/store/inventory
GET
For valid response try integer IDs with value <= 5 or > 10. Other values will generated exceptions
http://petstore.swagger.io/v2/store/order/{orderId}
GET
ID of pet that needs to be fetched
http://petstore.swagger.io/v2/store/order
POST
order placed for purchasing the pet