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

complexType "ns:RecommendationsType"
Namespace:
Content:
complex, 4 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 4 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
This type is used to provide details about recommended Item Specifics and Product Identifier types.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="RecommendationsType">
<xs:sequence>
<xs:element minOccurs="0" name="CategoryID" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ProductIdentifiers" type="ns:ProductIdentifiersType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="NameRecommendation" type="ns:NameRecommendationType"/>
<xs:element minOccurs="0" name="Updated" type="xs:boolean"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 5/5)
ns:CategoryID
Type:
xs:string, predefined, simple content
The unique identifier of the leaf category for which the recommended Item Specifics and Product Identifier types apply to. This is always a category ID that you specified in the request.

This field is always returned with each Recommendations container.
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:NameRecommendation
Type:
ns:NameRecommendationType, complex content
This container consists of Item Specific name/value pairs that are mandatory, recommended, or optional for the specified category. The value returned in the corresponding UsageConstraint field, just introduced in Version 1111, will indicate if the Item Specific is required, recommended, or optional when listing in that category.

If no relevant Item Specific name/value pairs are found for the category, this container will not be returned.
Component Diagram
XML Representation Summary
<ns:NameRecommendation>
   
Content: 
</ns:NameRecommendation>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="NameRecommendation" type="ns:NameRecommendationType"/>

ns:ProductIdentifiers
Type:
ns:ProductIdentifiersType, complex content
Note: This container was originally introduced into the Trading schema with the intention of separating Global Trade Item Numbers (GTINs) and other descriptive item specifics, but this container was never wired on/returned in GetCategorySpecifics. Instead, users will still find one or more relevant GTIN types under a Recommendations.NameRecommendation.Name field.
Component Diagram
XML Representation Summary
<ns:ProductIdentifiers>
   
Content: 
</ns:ProductIdentifiers>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ProductIdentifiers" type="ns:ProductIdentifiersType"/>

ns:Updated
Type:
xs:boolean, predefined, simple content
This field is only returned if the user includes a timestamp in the LastUpdateTime field in the call request payload. If this field is returned as true, the Item Specific metadata for the specified category has changed since the date/time specified in the LastUpdateTime field. In this case, we suggest you retrieve the latest metadata for the category. If this field is returned as false, the Item Specific metadata for this category has not changed since the date/time specified in the LastUpdateTime field.
XML Representation Summary
<ns:Updated>
   
Content: 
{ xs:boolean }
</ns:Updated>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Updated" type="xs:boolean"/>

{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>

 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.