Skip to main content

Configuring UI settings in NewStore Associate App

To configure the following UI settings in NewStore Associate App, use the NewStore Associate App Configuration API.

Use the Get app configuration method to retrieve the current configuration for NewStore Associate App in your business.

Enabling new customer profile screens

Important

Enabling this feature will disrupt any active custom app extensions that you have configured for customer profile screens in the app.

To enable the revamped customer profile screens that make using the Associate App to manage customer information more intuitive and seamless:

  1. Use the Update app configuration method.
  2. Set release_toggles > new_customer_profile to true.

Configuring customer email domains

To enable email address domain suggestions when an associate creates a customer profile in NewStore Associate App, configure a list of email domains with which the associate can be prompted.

Add customer email domains that will be suggested in NewStore Associate App, such as gmail.com or yahoo.com.

To add customer email domains:

  1. Use the Update app configuration method.
  2. In ui_configurations > suggested_email_domains, specify the email domains you want NewStore Associate App to display as suggestions when creating a customer profile.

To upload a logo for your business in NewStore Associate App, first encode the image file for the logo in base64 string format using an online encoder. To add the logo to NewStore Associate App:

  1. Use the Update app configuration method.
  2. In ui_configurations > logo, specify the base64 string that you have created for the logo.

Configuring logout due to inactivity

Use this configuration to specify the amount of time (in seconds) that NewStore Associate App can stay in the background or remain inactive, after which the associate is automatically logged out from Associate App.

  1. Use the Update app configuration method.

  2. In ui_configurations > seconds_until_logout_on_inactivity, specify the time after which the associate is logged out from NewStore Associate App due to inactivity in seconds, for example, 30.

    When the associate is inactive for 30 seconds, the app automatically logs the associate out.

Configuring tax exemption for orders

Use this configuration to enable the retailer to apply tax exemption on an order for a customer. If enabled, an associate can add tax exemption to an order during checkout. See Adding tax exemption to an order .

  1. Use the Update app configuration method.
  2. Set ui_configurations > tax_exemption_enabled to true.

Related topics