Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ProductGridCategoryInputProps

Index

Properties

Optional brUid2

brUid2: undefined | string

The visitor's ID for brSM API calls.

categoryId

categoryId: string

ID of the Category

Optional connector

connector: undefined | string

If you want to use a different connector for the search (e.g. brsm), pass in the connector ID.

Optional customAttrFields

customAttrFields: undefined | string[]

Extra custom attribute field names.

Optional customVariantAttrFields

customVariantAttrFields: undefined | string[]

Extra custom variant attribute field names.

Optional facetFieldFilters

facetFieldFilters: undefined | FacetFieldFilterInput[]

Facet field filter(s).

Optional pageSize

pageSize: undefined | number

The maximum item count in the search result.

Optional smViewId

smViewId: undefined | string

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

Optional sortFields

sortFields: undefined | string

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

Generated using TypeDoc