Swagger Petstore - OpenAPI 3.0
GET/store/inventory

Get pet inventory by status

Lists the inventory quantities for pets grouped by store status. Use the response to determine how many pets are available, pending, sold, or associated with other status keys. The response is a map whose values are integer quantities.

2 status codes
200Returns an object mapping each pet status to its integer inventory quantity.
defaultReturned when an unexpected error occurs.