GET
/store/inventoryList pet inventory by status
Lists the number of pets in the store for each status. Use the returned map to read the quantity associated with each status code.
200Returns an object mapping pet status codes to integer inventory quantities.
defaultReturned when an unexpected error occurs.