@shopgate/pwa-common-commerce
Version:
Commerce library for the Shopgate Connect PWA.
11 lines (10 loc) • 349 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
*/
const getProductImages = fetchProductImages;
export default getProductImages;