Skip to main content

Interface: ProductSearchRangeFilterInput

Defined in: type/ProductSearchRangeFilterInput.ts:5

Input object for ProductSearchRangeFilterInput

Properties

exclude

exclude: boolean

Defined in: type/ProductSearchRangeFilterInput.ts:13

Range filter exclude


from

from: number

Defined in: type/ProductSearchRangeFilterInput.ts:7

Price from filter


id

id: string

Defined in: type/ProductSearchRangeFilterInput.ts:11

ID (UUID) of the attribute


to

to: number

Defined in: type/ProductSearchRangeFilterInput.ts:9

Price to filter


type?

optional type?: AttributeType

Defined in: type/ProductSearchRangeFilterInput.ts:15

Range filter type (INT for integer attributes, DECIMAL for decimal attributes)