eBay Trading APIVersion 1331
 

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
AppealProductUrl This value indicates that the URL in the corresponding URL field is the base URL that a seller needs to enter the UI flow to make a request that an existing eBay Catalog product be revised. The seller will have to append the ePID value of the catalog product to the end of the URL.

Note: Catalog change requests through the UI flow are currently not available, so this URL will not be returned in GeteBayDetails.
CreateProductUrl This value indicates that the URL in the corresponding URL field is the base URL that a seller needs to enter the UI flow to make a request that a missing product be added to the eBay Catalog.

Note: Catalog change requests through the UI flow are currently not available, so this URL will not be returned in GeteBayDetails.
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.
ManageProductUrl This value indicates that the URL in the corresponding URL field is the base URL that a seller needs to enter the UI flow to get the status of a catalog change request (request for a new catalog product or request to revise an existing product). The seller will have to append the identifier of the catalog change request to the end of the URL.

Note: Catalog change requests through the UI flow are currently not available, so this URL will not be returned in GeteBayDetails.
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.