Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

GetFacetProductProjectionParams

Parameters for the getFacetProductProjection API endpoint

export interface GetFacetProductProjectionParams {
	channelId?: string;
	country?: string;
	currency?: string;
	customParams?: Record<string, any>;
	facetParams: Record<string, any>;
	filter?: Record<string, any>;
	includeChannelIds?: Array<string>;
	locale?: string;
	page?: number;
	perPage?: number;
	phrase?: string;
	sort?: string;
}

Properties

NameRequiredTypeDescription
channelIdOptionalstring
countryOptionalstring
currencyOptionalstring
customParamsOptionalRecord<string, any>
facetParamsRequiredRecord<string, any>
filterOptionalRecord<string, any>
includeChannelIdsOptionalArray<string>
localeOptionalstring
pageOptionalnumber
perPageOptionalnumber
phraseOptionalstring
sortOptionalstring

On this page