UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

10 lines (9 loc) 327 B
import fetchProductOptions from "./fetchProductOptions"; /** * Retrieves product options from store. * @param {string} productId The product ID for which the product options are requested. * @return {Function} A Redux Thunk * @deprecated */ const getProductOptions = fetchProductOptions; export default getProductOptions;