GET
/store/inventoryGet 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.
200Returns an object mapping each pet status to its integer inventory quantity.
defaultReturned when an unexpected error occurs.