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

complexType "ns:GetStoreRequestType"
Namespace:
Content:
complex, 14 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 4 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This call is used to retrieve detailed information on a seller's eBay Store, including store theme information and eBay Store category hierarchy.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:GetStoreRequestType
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="GetStoreRequestType">
<xs:complexContent>
<xs:extension base="ns:AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="CategoryStructureOnly" type="xs:boolean"/>
<xs:element minOccurs="0" name="RootCategoryID" type="xs:long"/>
<xs:element minOccurs="0" name="LevelLimit" type="xs:int"/>
<xs:element minOccurs="0" name="UserID" type="ns:UserIDType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 4/15)
ns:CategoryStructureOnly
Type:
xs:boolean, predefined, simple content
Include this field and set its value to true if you wish to restrict the call response to only the store category hierarchy data. If this field is not included or set to false, store category hierarchy and all store configuration data is returned.
XML Representation Summary
<ns:CategoryStructureOnly>
   
Content: 
{ xs:boolean }
</ns:CategoryStructureOnly>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CategoryStructureOnly" type="xs:boolean"/>

ns:LevelLimit
Type:
xs:int, predefined, simple content
This field allows the seller to limit the number of levels of eBay Store categories that are returned. To return only top-level eBay Store categories, the user can include this field and set its value to 1 (and not use a RootCategoryID value). To retrieve a specific eBay Store Category and that category's child categories, the user could specify the unique eBay Store Category ID in the RootCategoryID field and then set the LevelLimit value to 2.

If LevelLimit is omitted, the complete eBay Store Category hierarchy is returned, or all of specified store category's child categories. Currently, eBay Stores support only three levels of store categories.
XML Representation Summary
<ns:LevelLimit>
   
Content: 
{ xs:int }
</ns:LevelLimit>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="LevelLimit" type="xs:int"/>

ns:RootCategoryID
Type:
xs:long, predefined, simple content
The unique identifier of an eBay Store category. This field is used if the user wants to isolate the category hierarchy data to one particular eBay category (and its subcategories if applicable). The LevelLimit value will determine how many additional levels of categories are returned.
XML Representation Summary
<ns:RootCategoryID>
   
Content: 
{ xs:long }
</ns:RootCategoryID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="RootCategoryID" type="xs:long"/>

ns:UserID
Type:
ns:UserIDType, simple content
The unique identifier for an eBay Store owner. This field is only required if the user wants to view the eBay Store theme and category information for a different eBay Store owner. If this field is omitted, eBay Store theme and category information is returned for the eBay Store owner that is making the call.
XML Representation Summary
<ns:UserID>
   
Content: 
{ xs:string }
</ns:UserID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="UserID" type="ns:UserIDType"/>

 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.