Alokai

GetFacetProductProjectionParams

Parameters for the getFacetProductProjection API endpoint

interface GetFacetProductProjectionParams {
	channelId?: string;
	country?: string;
	currency?: string;
	customParams?: Record<string, any>;
	facetParams: Record<string, any>;
	filter?: Record<string, any>;
	includeChannelIds?: 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>
includeChannelIdsOptionalstring[]
localeOptionalstring
pageOptionalnumber
perPageOptionalnumber
phraseOptionalstring
sortOptionalstring

On this page