Access to Petstore orders
Returns a map of status codes to quantities
successful operation
{"property1": 0,"property2": 0}
order placed for purchasing the pet
Order Status
Invalid Order
{"id": 0,"petId": 0,"quantity": 0,"shipDate": "2019-08-24T14:15:22Z","status": "placed","complete": false}
For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions
ID of pet that needs to be fetched
Invalid ID supplied
Order not found
For valid response try integer IDs with positive integer value. Negative or non-integer values will generate API errors
ID of the order that needs to be deleted
OK