UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

6 lines 325 B
import fetchProductVariants from"./fetchProductVariants";/** * Retrieves product variants from store. * @param {string} productId The product ID for which the product variants are requested. * @return {Function} A Redux Thunk * @deprecated */var getProductVariants=fetchProductVariants;export default getProductVariants;