eBay Trading APIVersion 1357
 

GetVeROReasonCodeDetailsRequestType ( AbstractRequestType )

Retrieves details for VeRO reason codes and their descriptions. You can specify a reason code ID to get details for a specific reason on the site specified in the request header. If ReasonCodeID is not passed in the request, all reason codes are returned. Set ReturnAllSites to true to retrieve reason codes for all sites. You must be a member of the Verified Rights Owner (VeRO) Program to use this call.

Call that uses GetVeROReasonCodeDetailsRequestType:

Fields

ReasonCodeID ( long ) [0..1]
Unique identifier for a reason code. If this ReasonCodeID field is passed in, only the details related to this ReasonCodeID will be returned. If no reason code is specified, all reason codes are returned.
See the Field Index to learn which calls use ReasonCodeID.

ReturnAllSites ( boolean ) [0..1]
Set to true to retrieve reason codes for all sites. If not specified, reason codes are returned for the site specified in the request header only. If a ReasonCodeID value is specified, this parameter is ignored.
See the Field Index to learn which calls use ReturnAllSites.