Home > @vsf-enterprise/commercetools-api > GetFacetProductProjectionParams
# GetFacetProductProjectionParams interface
Parameters for the getFacetProductProjection API endpoint
Signature:
export interface GetFacetProductProjectionParams
# Properties
| Property | Type | Description |
|---|---|---|
| channelId? | string | (Optional) |
| country? | string | (Optional) |
| currency? | string | (Optional) |
| customParams? | Record<string, any> | (Optional) |
| facetParams | Record<string, any> | |
| filter? | Record<string, any> | (Optional) |
| includeChannelIds? | Array<string> | (Optional) |
| locale? | string | (Optional) |
| page? | number | (Optional) |
| perPage? | number | (Optional) |
| phrase? | string | (Optional) |
| sort? | string | (Optional) |