UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

6 lines 310 B
import fetchProductProperties from"./fetchProductProperties";/** * Maybe requests a product description from server. * @param {string} productId The product ID. * @return {Function} The dispatched action. * @deprecated */var getProductProperties=fetchProductProperties;export default getProductProperties;