Contains the specifications for limiting the number of items returned by a find request. Use itemFilter to specify name/value pairs. You can include multiple item filters in a single request.
Specify the name of the item filter you want to use. The itemFilter name must have a corresponding value. You can apply multiple itemFilter Name/Value pairs in a single request.
See the Field Index to learn which calls use name.
In addition to filter Name/Value pairs, some itemFilters use an additional parameter Name/Value pair. Specifically, filters that use currency values (MaxPrice and MinPrice) make use of addition parameters. When you use these itemFilters, set paramName to Currency and provide the currency ID in paramValue.
For example, if you use the MaxPrice itemFilter, you will need to specify a parameter Name of Currency with a parameter Value that specifies the type of currency desired.
Note that for MaxPrice and MinPrice itemFilters, the default value for paramName is Currency.
See the Field Index to learn which calls use paramName.