eBay Trading APIVersion 1349
 

URLTypeCodeType ( token )

This enumerated type consists of the different eBay URLs that can be returned under the URLDetails containers of a GeteBayDetails response.

Type that uses URLTypeCodeType:

Call that uses one or more values of URLTypeCodeType:

Enumeration Values

Value Description
CustomCode Reserved for future use.
eBayStoreURL This value indicates that the URL in the corresponding URL field is the base URL to the user's eBay Store page. The seller will just add a forward slash (/) and their eBay Store name to get to their eBay Store home page.
LargeLogoURL This value indicates that the URL in the corresponding URL field is the full URL to the large version of the eBay Marketplace logo.
MediumLogoURL This value indicates that the URL in the corresponding URL field is the full URL to the medium version of the eBay Marketplace logo.
MyeBayBiddingURL This value indicates that the URL in the corresponding URL field is the URL for the user's My eBay Bids/Offer page.
MyeBayNotWonURL This value indicates that the URL in the corresponding URL field is the URL to the 'Didn't Win' section on the user's My eBay Bids/Offer page.
MyeBayURL This value indicates that the URL in the corresponding URL field is the URL for the My eBay home page.
MyeBayWatchingURL This value indicates that the URL in the corresponding URL field is the URL to the user's My eBay Watch List page.
MyeBayWonURL This value indicates that the URL in the corresponding URL field is the URL to the 'Bidding' section on the user's My eBay Bids/Offer page.
SmallLogoURL This value indicates that the URL in the corresponding URL field is the full URL to the small version of the eBay Marketplace logo.
ViewItemURL This value indicates that the URL in the corresponding URL field is the base URL for the View Item page. The user will just input the Item ID for a listing at the end of the URL to retrieve the View Item page for that listing.
ViewUserURL This value indicates that the URL in the corresponding URL field is the base URL for the eBay User page. The user will just input the user ID for an eBay user at the end of the URL to retrieve the eBay User page.
  * See the Enumeration Index to see exact use of each enumeration value in the API.