# store Access to Petstore orders ## Returns pet inventories by status - [GET /store/inventory](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/pet-store/openapi/store/getinventory.md): Returns a map of status codes to quantities ## Place an order for a pet - [POST /store/order](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/pet-store/openapi/store/placeorder.md): Place a new order in the store ## Find purchase order by ID - [GET /store/order/{orderId}](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/pet-store/openapi/store/getorderbyid.md): For valid response try integer IDs with value 10. Other values will generate exceptions. ## Delete purchase order by ID - [DELETE /store/order/{orderId}](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/pet-store/openapi/store/deleteorder.md): For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors