## Returns pet inventories by status

**get** `/store/inventory`

Returns a map of status codes to quantities

### Example

```http
curl https://petstore3.swagger.io/api/v3/store/inventory \
    -H "api_key: $PETSTORE_API_KEY"
```

#### Response

```json
{
  "foo": 0
}
```
