QueryHint
interface QueryHint$1 {
accountId?: string;
authKey?: string;
brUid2?: string;
catalogViews?: string;
cursor?: string;
customAttrFields?: string[];
customVariantAttrFields?: string[];
customVariantListPriceField?: string;
customVariantPurchasePriceField?: string;
domainKey?: string;
facetFieldFilters?: {
id: string;
values: string[];
}[];
params?: {
name: string;
values: string[];
}[];
storeKey?: string;
viewId?: string;
widgetId?: string;
widgetType?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
accountId | Optional | string | |
authKey | Optional | string | Private API Key. It's not recommended to use it in frontend code, it's better to contact Bloomreach support to add it to your tenant config. |
brUid2 | Optional | string | Shop visitor's user id |
catalogViews | Optional | string | |
cursor | Optional | string | |
customAttrFields | Optional | string[] | |
customVariantAttrFields | Optional | string[] | |
customVariantListPriceField | Optional | string | |
customVariantPurchasePriceField | Optional | string | |
domainKey | Optional | string | |
facetFieldFilters | Optional | { id: string; values: string[]; }[] | |
params | Optional | { name: string; values: string[]; }[] | |
storeKey | Optional | string | |
viewId | Optional | string | |
widgetId | Optional | string | |
widgetType | Optional | string |