UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

10 lines (9 loc) 319 B
import fetchProductProperties from "./fetchProductProperties"; /** * Maybe requests a product description from server. * @param {string} productId The product ID. * @return {Function} The dispatched action. * @deprecated */ const getProductProperties = fetchProductProperties; export default getProductProperties;