my App Store is broken for Mac High Sierra 10.13.5
Solution 1:
You can solve this problem by omitting the AppStore and installing all system updates through the terminal.
Open Terminal and type:
- List all available updates:
sudo softwareupdate -l
- Install all available updates:
sudo softwareupdate -i -a
This update fixes the app and returns proper function.