UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

4 lines 239 B
import{REQUEST_CART}from"../constants";/** * Creates the dispatched REQUEST_CART action object. * @return {Object} The REQUEST_CART action. */var requestCart=function requestCart(){return{type:REQUEST_CART};};export default requestCart;