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

complexType "ns:AddToWatchListRequestType"
Namespace:
Content:
complex, 12 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Adds one or more order line items to the eBay user's Watch List. An auction item or a single-variation, fixed-price listing is identified with an ItemID value. To add a specific item variation to the Watch List from within a multi-variation, fixed-price listing, the user will use the VariationKey container instead.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:AddToWatchListRequestType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="AddToWatchListRequestType">
<xs:complexContent>
<xs:extension base="ns:AbstractRequestType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ItemID" type="ns:ItemIDType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="VariationKey" type="ns:VariationKeyType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 2/13)
ns:ItemID
Type:
ns:ItemIDType, simple content
The unique identifier of the single-variation listing that is to be added to the eBay user's Watch List. The item must be a currently active item, and the total number of items in the user's Watch List (after the items in the request have been added) cannot exceed the maximum allowed number of Watch List items. One or more ItemID fields can be specified. A separate error node will be returned for each item that was not successfully added to the Watch List.

The user must use either one or more ItemID values or one or more VariationKey containers, but the user may not use both of these entities in the same call.
XML Representation Summary
<ns:ItemID>
   
Content: 
{ xs:string }
</ns:ItemID>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ItemID" type="ns:ItemIDType"/>

ns:VariationKey
Type:
ns:VariationKeyType, complex content
This container is used to specify one or more item variations in a multi-variation, fixed-price listing that you want to add to the Watch List. The listing is identified through the ItemID value and each item variation existing within that listing is identified through a VariationSpecifics.NameValueList container.

The user must use either one or more ItemID values or one or more VariationKey containers, but the user may not use both of these entities in the same call.
Component Diagram
XML Representation Summary
<ns:VariationKey>
   
Content: 
</ns:VariationKey>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="VariationKey" type="ns:VariationKeyType"/>

 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.