# store Access to Petsstore orders ## Returns pets inventories by status - [GET /store/inventory](https://vlad.redocly.xyz/apis/petsstore/store/getinventory.md): Returns a map of status codes to quantities ## Place an order for a pets - [POST /store/order](https://vlad.redocly.xyz/apis/petsstore/store/placeorder.md): Place a new order in the store ## Find purchase order by ID - [GET /store/order/{orderId}](https://vlad.redocly.xyz/apis/petsstore/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://vlad.redocly.xyz/apis/petsstore/store/deleteorder.md): For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors