UNPKG

@shopgate/pwa-common-commerce

Version:

Commerce library for the Shopgate Connect PWA.

14 lines (13 loc) 281 B
import { REQUEST_PRODUCT_RELATIONS } from "../constants"; /** * Request product relations action. * @param {Object} params Params. * @param {string} params.hash Query hash. * @returns {Object} */ export default ({ hash }) => ({ type: REQUEST_PRODUCT_RELATIONS, hash });