@shopgate/pwa-common-commerce
Version:
Commerce library for the Shopgate Connect PWA.
7 lines • 340 B
JavaScript
import fetchProductImages from"./fetchProductImages";/**
* Maybe requests images for a product from server.
* @param {string} productId The product ID.
* @param {Array} [formats] The requested formats.
* @return {Function} The dispatched action.
* @deprecated
*/var getProductImages=fetchProductImages;export default getProductImages;