@shopgate/pwa-common-commerce
Version:
Commerce library for the Shopgate Connect PWA.
6 lines • 328 B
JavaScript
import fetchProductShipping from"./fetchProductShipping";/**
* Retrieves product shipping from the store.
* @param {string} productId The product ID for which the product shipping is requested.
* @return {Function} A Redux Thunk
* @deprecated
*/var getProductShipping=fetchProductShipping;export default getProductShipping;