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
| 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 | string[] | |
locale | Optional | string | |
page | Optional | number | |
perPage | Optional | number | |
phrase | Optional | string | |
sort | Optional | string |