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

complexType "ns:GetDescriptionTemplatesRequestType"
Namespace:
Content:
complex, 13 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This is the base request type for the GetDescriptionTemplates call. This call retrieves detailed information on the Listing Designer templates that are available for use by the seller.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:GetDescriptionTemplatesRequestType
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="GetDescriptionTemplatesRequestType">
<xs:complexContent>
<xs:extension base="ns:AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="CategoryID" type="xs:string"/>
<xs:element minOccurs="0" name="LastModifiedTime" type="xs:dateTime"/>
<xs:element minOccurs="0" name="MotorVehicles" type="xs:boolean"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 3/14)
ns:CategoryID
Type:
xs:string, predefined, simple content
A CategoryID value can be specified if the seller would like to only see the Listing Designer templates that are available for that eBay category. This field will be ignored if the MotorVehicles boolean field is also included in the call request and set to true.
XML Representation Summary
<ns:CategoryID>
   
Content: 
{ xs:string }
</ns:CategoryID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CategoryID" type="xs:string"/>

ns:LastModifiedTime
Type:
xs:dateTime, predefined, simple content
This dateTime filter can be included and used if the user only wants to check for recently-added Listing Designer templates. If this filter is used, only the Listing Designer templates that have been added/modified after the specified timestamp will be returned in the response.

Typically, you will pass in the timestamp value that was returned the last time you refreshed the list of Listing Designer templates.
XML Representation Summary
<ns:LastModifiedTime>
   
Content: 
{ xs:dateTime }
</ns:LastModifiedTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="LastModifiedTime" type="xs:dateTime"/>

ns:MotorVehicles
Type:
xs:boolean, predefined, simple content
This boolean field should be included and set to true if the user would only like to see the Listing Designer templates that are available for motor vehicle categories. This field will override any CategoryID value that is specified in the call request.

Note: Motor vehicle-related Listing Designer templates are only available for eBay Motors on the US and Canada (English) marketplaces. To retrieve eBay US Motors Listing Designer templates, the SITEID HTTP header value must be set to 100, which is the identifier of the eBay US Motors vertical (ebay.com/motors).
XML Representation Summary
<ns:MotorVehicles>
   
Content: 
{ xs:boolean }
</ns:MotorVehicles>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MotorVehicles" type="xs:boolean"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
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.