Skip to main content

IkasApplicableProductFilterValue

A unique string to identify the filter value.

namestring

Merchant friendly name of the filter value.

colorCodestring | null

CSS color code value of the filter value. This field will only be available for filters with displayType IkasProductFilterDisplayType.SWATCH.

thumbnailImageIdstring | null

Image id of the filter value. This field will only be available for filters with displayType IkasProductFilterDisplayType.SWATCH.

thumbnailImageIkasImage | null

Image of the filter value. This field will only be available for filters with displayType IkasProductFilterDisplayType.SWATCH. Refer to the IkasImage reference.

resultCountnumber | null

Number of total products available if this filter value were to applied. You can write this number value next to the name, like Small (400), Red (30) etc. so that the merchants can see how many products available before selcting a filter.

isSelectedboolean

Indicates whether this filter value is currently selected/applied or not.