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
| Name | Required | Type | Description |
|---|---|---|---|
channelId | Optional | string | |
country | Optional | string | |
currency | Optional | string | |
customParams | Optional | Record<string, any> | |
facetParams | Required | Record<string, any> | |
filter | Optional | Record<string, any> | |
includeChannelIds | Optional | Array<string> | |
locale | Optional | string | |
page | Optional | number | |
perPage | Optional | number | |
phrase | Optional | string | |
sort | Optional | string |