UNPKG

@shopgate/engage

Version:
5 lines 335 B
import{REQUEST_LOCATIONS}from"../constants";/** * Dispatches the REQUEST_PRODUCT_LOCATIONS action. * @param {Object} params fetch params. * @return {Object} The REQUEST_PRODUCT_LOCATIONS action. */var requestLocations=function requestLocations(params){return{type:REQUEST_LOCATIONS,params:params};};export default requestLocations;