# store

Access to Petstore orders

## Returns pet inventories by status

 - [GET /store/inventory](https://innovario.apishowdown.com/petstore/store/getinventory.md): Returns a map of status codes to quantities

## Place an order for a pet

 - [POST /store/order](https://innovario.apishowdown.com/petstore/store/placeorder.md)

## Find purchase order by ID

 - [GET /store/order/{orderId}](https://innovario.apishowdown.com/petstore/store/getorderbyid.md): For valid response try integer IDs with value  10. Other values will generated exceptions

## Delete purchase order by ID

 - [DELETE /store/order/{orderId}](https://innovario.apishowdown.com/petstore/store/deleteorder.md): For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors

## Subscribe to the Store events

 - [POST /store/subscribe](https://innovario.apishowdown.com/petstore/store/paths/~1store~1subscribe/post.md): Add subscription for a store events

