@klevu/core
Version:
Typescript SDK that simplifies development on Klevu backend. Klevu provides advanced AI-powered search and discovery solutions for online retailers.
12 lines (11 loc) • 468 B
TypeScript
import { KlevuFetchModifer } from "../index.js";
import { KlevuV1CategoryProductsView } from "../../events/eventRequests.js";
/**
* This modifier should be used with merchandising query. It sends
* automatically correct event data to Klevu
*
* @category Modifier
* @param title Title of the category page viewed
* @returns
*/
export declare function sendMerchandisingViewEvent(title: string, override?: Partial<KlevuV1CategoryProductsView>): KlevuFetchModifer;