Skip to main content

This type contains the criteria for narrowing down the collection of seller payouts or transactions that will be returned by the getPayouts or getTransactions methods.

Types that use FilterField

Not used by any types.

Calls that use FilterField

Not used by any calls.

Fields

Field
Type
Description
field
The name of a field to be used in the filter. The getPayouts and getTransactions methods each have different filter fields and values, and details on how to use filters in these two methods are discussed separately in the URI parameters sections of these two methods.
negated
This boolean field is for future use.
range
This container is used to provide a range (lower limit to uppper limit) of values. These values may be date values or numeric values, depending on the operation and use case.
set
array of string
An enumerated set of values of the specified field that apply simultaneously to the filter.
value
The value(s) of the filter field(s) that are used in the operation. The getPayouts and getTransactions methods each have different filter fields and values, and details on how to use filters in these two methods are discussed separately in the URI parameters sections of these two methods.