You are viewing API docs for version 1.89.3.
View latestHome > widget-integration > RecommendationFilteringRuleBased
RecommendationFilteringRuleBased type
Signature:
export type RecommendationFilteringRuleBased = {
type: "sameCollection" | "sameProductType" | "sameVendor" | "sameTags" | "sameMetafield" | "sameProductCategory";
status?: boolean;
excluded?: string[];
metafield?: string;
}[];