eBay Trading APIVersion 1349
 

DescriptionReviseModeCodeType ( token )

Enumerated type containing the list of values that can be used when revising the item description of an active listing through the Revise API calls.

Type that uses DescriptionReviseModeCodeType:

Calls that use one or more values of DescriptionReviseModeCodeType:

Enumeration Values

Value Description
Append Use this value in the Item.DescriptionReviseMode field if you want to append text to the item description of the active listing.
CustomCode This value is reserved for internal or future use.
Prepend Use this value in the Item.DescriptionReviseMode field if you want to prepend text to the item description of the active listing.
Replace Use this value in the Item.DescriptionReviseMode field if you want to completely replace (overwrite) the item description of the active listing.
  * See the Enumeration Index to see exact use of each enumeration value in the API.