@shopgate/pwa-common-commerce
Version:
Commerce library for the Shopgate Connect PWA.
10 lines (9 loc) • 556 B
JavaScript
export const SEARCH_PATH = '/search';
export const SEARCH_PATTERN = SEARCH_PATH;
export const SEARCH_FILTER_PATTERN = `${SEARCH_PATH}/filter`;
export const SEARCH_SUGGESTIONS_LIFETIME = 86400000; // 24 hours in milliseconds
export const REQUEST_SEARCH_RESULTS = 'REQUEST_SEARCH_RESULTS';
export const RECEIVE_SEARCH_RESULTS = 'RECEIVE_SEARCH_RESULTS';
export const ERROR_SEARCH_RESULTS = 'ERROR_SEARCH_RESULTS';
export const REQUEST_SEARCH_SUGGESTIONS = 'REQUEST_SEARCH_SUGGESTIONS';
export const RECEIVE_SEARCH_SUGGESTIONS = 'RECEIVE_SEARCH_SUGGESTIONS';