Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

brEnvType?: string

Optional parameter specifying the Bloomreach environment type (e.g. STAGING) If the target is production, please do not specify this field.

brUid2?: string

The visitor's ID for brSM API calls.

categoryId?: string

Category ID to search by.

customAttrFields?: string[]

Extra custom attribute field names.

Optional Custom Query and Options Processor to update the original query document and variables if necessary

customVariantAttrFields?: string[]

Extra custom variant attribute field names.

customVariantListPriceField?: string

Optional extra custom variant attribute field name representing the product variant's list price data.

customVariantPurchasePriceField?: string

Optional extra custom variant attribute field name representing the product variant's purchase price data.

facetFieldFilters?: FacetFieldFilterInput[]

Facet field filter(s).

offset?: number
pageSize?: number

The maximum item count in the search result.

params?: ParamInput[]

Optional extra parameters that can be used by the backend.

productIds?: string[]

Product ID array to search by.

searchText?: string

Initial keyword to search products by.

smAccountId?: string

The 'account_id' parameter value to be passed to the brSM API calls if provided.

smAuthKey?: string

The 'auth_key' parameter value to be passed to the brSM API calls if provided.

smCatalogViews?: string

The 'catalog_views' parameter value to be passed to the brSM API v2 calls if provided.

smDomainKey?: string

The 'domain_key' parameter value to be passed to the brSM API calls if provided.

smViewId?: string

'view_id' parameter value to override in brSM API calls.

sortFields?: string

Sorting fields separated by comma. Prefix by '-' for descending order. e.g. '-purchasePrice'.

storeKey?: string

Optional store key information which may provide the context the customers shop in

widgetId: string

The identifier of the widget.

widgetType: string

The widget type. i.e. one of ['item', 'category', 'keyword', 'personalized', 'global'].

Generated using TypeDoc