PriceRangeFilterType
One of the data filters used when searching for items using GetSearchResults. Allows filtering based on the current price of items. Properties allow for defining a range within prices must fall to be returned in the result set, a minimum price for items returned, or a maximum price for items returned.

Types that use PriceRangeFilterType:

Call that uses one or more fields of PriceRangeFilterType:

Fields

MaxPrice ( AmountType (double) ) [0..1]
Specifies the maximum current price an item listing can have to be included in the searches result set. Use alone to specify a maximum price or with MinPrice to define a range the items' prices must be. See "Data Types" in the eBay Web Services Guide for information about specifying double values.
See the Field Index to learn which calls use MaxPrice.

MinPrice ( AmountType (double) ) [0..1]
Specifies the minimum current price an item listing can have to be included in the searches result set. Use alone to specify a minimum price or with MaxPrice to define a range the items' prices must be. See "Data Types" in the eBay Web Services Guide for information about specifying double values.
See the Field Index to learn which calls use MinPrice.

This document was generated with a customized version of the apireferencedocs tool.

© 2005–2009 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.