UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

9 lines 722 B
export const SHOPGATE_USER_GET_FAVORITES = 'shopgate.user.getFavorites'; export const SHOPGATE_USER_GET_FAVORITE_IDS = 'shopgate.user.getFavoriteIds'; export const SHOPGATE_USER_ADD_FAVORITES = 'shopgate.user.addFavorites'; export const SHOPGATE_USER_DELETE_FAVORITES = 'shopgate.user.deleteFavorites'; export const SHOPGATE_USER_UPDATE_FAVORITES = 'shopgate.user.updateFavorites'; export const SHOPGATE_USER_GET_FAVORITES_LIST = 'shopgate.user.getFavoritesLists'; export const SHOPGATE_USER_ADD_FAVORITES_LIST = 'shopgate.user.addFavoritesList'; export const SHOPGATE_USER_UPDATE_FAVORITES_LIST = 'shopgate.user.updateFavoritesList'; export const SHOPGATE_USER_REMOVE_FAVORITES_LIST = 'shopgate.user.removeFavoritesList';