ProductPriceFilterInput
Price range filtering criteria for product searches.
Defines minimum and maximum price boundaries for filtering products by their pricing. Used to create price-based product filters and enable customers to find products within their budget range.
input ProductPriceFilterInput {
from: Float!
to: Float!
}
Fields
ProductPriceFilterInput.from ● Float! non-null scalar
Minimum price threshold for filtering.
Lower bound of the price range. Products with prices equal to or greater than this value will be included in the results.
ProductPriceFilterInput.to ● Float! non-null scalar
Maximum price threshold for filtering.
Upper bound of the price range. Products with prices equal to or less than this value will be included in the results.
Member Of
CategoryProductSearchInput input ● ProductSearchInput input ● SparePartsMachineProductSearchInput input