eBay Trading APIVersion 1349
 

EndOfAuctionLogoTypeCodeType ( token )

This enumeration type is used to indicate the type of logo that will be included in the customized email that will be sent by the seller to the winning bidder in an auction listing.

Type that uses EndOfAuctionLogoTypeCodeType:

Calls that use one or more values of EndOfAuctionLogoTypeCodeType:

Enumeration Values

Value Description
CustomCode Reserved for internal or future use.
Customized This enumeration value indicates that a custom logo will be used in the end of auction email to winning bidder. The location (URL) of this custom logo can be given through the LogoURL field of the SetUserPreferences call. Just like any URL that is provided through eBay API calls, the URL for the custom logo must use 'https' (and not 'http').
None This enumeration value indicates that no logo will be used in the end of auction email to winning bidder.
Store This enumeration value indicates that the eBay seller's Store logo will be used in the end of auction email to winning bidder.
WinningBidderNotice This enumeration value indicates that the Winning Bidder Notice logo will be used in the end of auction email to winning bidder.
  * See the Enumeration Index to see exact use of each enumeration value in the API.