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