eBay Trading APIVersion 1349
 

WarningLevelCodeType ( token )

This enumerated type contains the list of values that can be passed in through the WarningLevel field of a call request.

Type that uses WarningLevelCodeType:

Calls that use one or more values of WarningLevelCodeType:

Enumeration Values

Value Description
High The WarningLevel value is set to High if the user wishes to receive warnings when the application passes unrecognized or deprecated elements in an API call request. Setting the WarningLevel value to High is not recommended in a production environment. Instead, it should only be used during the development/debugging stage.
Low The WarningLevel value is set to Low if the user does not wish to receive warnings when the application passes unrecognized or deprecated elements in an API call request. This is the default value if WarningLevel is not specified in the call request.
  * See the Enumeration Index to see exact use of each enumeration value in the API.