@shopgate/engage
Version:
Shopgate's ENGAGE library.
5 lines • 335 B
JavaScript
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;