This feature is common for B2B businesses, which require customers to be logged-in in order to show prices and special payment conditions.

Login required

If the IsAllowGuest flag is set to false, the user will be redirected to the login page.
{
  "flags": {
    "allowGuest": false
  }
}