@shopgate/engage
Version:
Shopgate's ENGAGE library.
11 lines • 935 B
JavaScript
export const RECEIVE_MERCHANT_SETTINGS = 'RECEIVE_MERCHANT_SETTINGS';
export const MERCHANT_SETTINGS_LOCATION_BASED_SHOPPING_ENABLED = 'locationBasedShoppingEnabled';
export const MERCHANT_SETTINGS_SUBSTITUTION_PREFERENCES_ENABLED = 'enableSubstitutionPreferences';
export const MERCHANT_SETTINGS_CUSTOMER_ATTRIBUTES = 'customerAttributes';
export const MERCHANT_SETTINGS_FULFILLMENT_SCHEDULED_ENABLED = 'enableFulfillmentScheduling';
export const MERCHANT_SETTINGS_RESTRICT_MULTI_LOCATION_ORDERS = 'restrictMultiLocationOrders';
export const MERCHANT_SETTINGS_DEFAULT_CURRENCY = 'defaultCurrency';
export const MERCHANT_SETTINGS_ENABLE_WEB_INDEXING = 'enableWebIndexing';
export const MERCHANT_SETTINGS_PRODUCT_SHOW_ALTERNATIVE_LOCATION = 'productShowAlternativeLocation';
export const MERCHANT_SETTINGS_PRODUCTLIST_SHOW_INVENTORY = 'productListShowInventory';
export const MERCHANT_SETTINGS_ENABLED_CMS_VERSION = 'enabledCmsVersion';