@shopgate/pwa-common-commerce
Version:
Commerce library for the Shopgate Connect PWA.
7 lines • 375 B
JavaScript
import fetchProductsById from"./fetchProductsById";/**
* Retrieves products by id from the store.
* @param {Array} productIds The product id's to request.
* @param {string} [componentId=null] A unique id for the component that is using this action.
* @return {Function} A Redux Thunk
* @deprecated
*/var getProductsById=fetchProductsById;export default getProductsById;