FilterField
This type contains the criteria for narrowing down the collection of orders that will be returned by the getOrders call.
Note: The FilterField type provides the underlying data structure for the filter parameter for orders returned by a search, which combines the field, range, set, and value fields in a single string. However, this type is not used directly in the call.
Call that uses FilterField:
Fields
The name of a field to be used in the filter. Currently, three fields can be used: creationdate, lastmodifieddate, and orderfulfillmentstatus.
Contains the criteria for specifying a range of values of the specified field.
An enumerated set of values of the specified field that apply simultaneously to the filter.
A single value of the specified field that applies to the filter.
Copyright © 2016–2017
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.