Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

simpleType "ns:URLTypeCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"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.
"MyeBayURL"
 - 
This value indicates that the URL in the corresponding URL field is the URL for the My eBay home page.
"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.
"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.
"MyeBayWatchingURL"
 - 
This value indicates that the URL in the corresponding URL field is the URL to the user's My eBay Watch List page.
"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.
"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.
"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.
"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.
"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.
"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.
"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.
"CustomCode"
 - 
Reserved for future use.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This enumerated type consists of the different eBay URLs that can be returned under the URLDetails containers of a GeteBayDetails response.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:URLTypeCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (16); see within schema source)
<xs:simpleType name="URLTypeCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="ViewItemURL"/>
<xs:enumeration value="ViewUserURL"/>
<xs:enumeration value="MyeBayURL"/>
<xs:enumeration value="MyeBayBiddingURL"/>
<xs:enumeration value="MyeBayNotWonURL"/>
<xs:enumeration value="MyeBayWonURL"/>
<xs:enumeration value="MyeBayWatchingURL"/>
<xs:enumeration value="eBayStoreURL"/>
<xs:enumeration value="SmallLogoURL"/>
<xs:enumeration value="MediumLogoURL"/>
<xs:enumeration value="LargeLogoURL"/>
<xs:enumeration value="CreateProductUrl"/>
<xs:enumeration value="AppealProductUrl"/>
<xs:enumeration value="ManageProductUrl"/>
<xs:enumeration value="CustomCode"/>
</xs:restriction>
</xs:simpleType>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.