Home > widget-integration > RecommendationModelProperties

RecommendationModelProperties type

Signature:

export type RecommendationModelProperties = {
	widgetName: string;
	widgetId: string;
	recommendationType: "bestsellers" | "newest-arrivals" | "frequently-bought-together" | "trending-products" | "hand-picked-products" | "recently-viewed" | "most-viewed" | "related-items";
	widgetDesignSettings?: WidgetDesignSettings;
	page: SupportedPage;
	products: Product$1[];
};

References: WidgetDesignSettings, SupportedPage