eBay Return Management APIVersion 1.1.0
 

UserFilterType

Type defining the otherUserFilter container, which is a filter used in getUserReturns to restrict results to returns involving a specific buyer or seller.

Type that uses UserFilterType:

Call that uses UserFilterType:

Fields

The role (such as buyer or seller) of the other party involved in the return. This field is required if the otherUserFilter container is used.
See the Field Index to learn which calls use role.

userId ( string ) [0..1]
The eBay user ID for the other party involved in the return. Either a userId or a userLoginName value must be specified in the otherUserFilter container.
See the Field Index to learn which calls use userId.

userLoginName ( string ) [0..1]
The eBay user login name for the other party involved in the return. Either a userId or a userLoginName value must be specified in the otherUserFilter container.
See the Field Index to learn which calls use userLoginName.