@shopgate/pwa-common-commerce
Version:
Commerce library for the Shopgate Connect PWA.
6 lines • 318 B
JavaScript
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
*/var getProductOptions=fetchProductOptions;export default getProductOptions;