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

complexType "ns:PlaceOfferRequestType"
Namespace:
Content:
complex, 15 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 5 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Enables the authenticated user to to make a bid on an auction item, propose a Best Offer, or purchase a fixed-price/Buy It Now item. Note that this call cannot be used to purchase items that require immediate payment.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:PlaceOfferRequestType
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="PlaceOfferRequestType">
<xs:complexContent>
<xs:extension base="ns:AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="Offer" type="ns:OfferType"/>
<xs:element minOccurs="0" name="ItemID" type="ns:ItemIDType"/>
<xs:element minOccurs="0" name="BlockOnWarning" type="xs:boolean"/>
<xs:element minOccurs="0" name="AffiliateTrackingDetails" type="ns:AffiliateTrackingDetailsType"/>
<xs:element minOccurs="0" name="VariationSpecifics" type="ns:NameValueListArrayType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 5/16)
ns:AffiliateTrackingDetails
Type:
Container for affiliate-related tags, which enable the tracking of user activity. If you include the AffiliateTrackingDetails container in your PlaceOffer call, then it is possible to receive affiliate commissions based on calls made by your application. (See the eBay Partner Network for information about commissions.) Please note that affiliate tracking is not available in the Sandbox environment, and that affiliate tracking is not available when you make a Best Offer.
Component Diagram
XML Representation Summary
<ns:AffiliateTrackingDetails>
   
Content: 
</ns:AffiliateTrackingDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="AffiliateTrackingDetails" type="ns:AffiliateTrackingDetailsType"/>

ns:BlockOnWarning
Type:
xs:boolean, predefined, simple content
If a warning message is generated when the call is made, this BlockOnWarning will block the bid/buy action if set to true. If BlockOnWarning is false or omitted, the bid/buy action is allowed, regardless of whether or not a warning message occurs.
XML Representation Summary
<ns:BlockOnWarning>
   
Content: 
{ xs:boolean }
</ns:BlockOnWarning>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BlockOnWarning" type="xs:boolean"/>

ns:ItemID
Type:
ns:ItemIDType, simple content
Unique identifier that identifies the listing for which the action is being submitted.

For a multiple-variation listing, you must also identify the specific variation within that listing using the VariationSpecifics container.
XML Representation Summary
<ns:ItemID>
   
Content: 
{ xs:string }
</ns:ItemID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ItemID" type="ns:ItemIDType"/>

ns:Offer
Type:
ns:OfferType, complex content
This container specifies the type of offer being made for the listing specified in the ItemID field. The Offer.Action is used to set the action that is being taken on the listing.
Component Diagram
XML Representation Summary
<ns:Offer>
   
Content: 
</ns:Offer>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Offer" type="ns:OfferType"/>

ns:VariationSpecifics
Type:
ns:NameValueListArrayType, complex content
This container is used to identify a specific variation within a multiple-variation listing identified by the ItemID value. This container is required when attempting to perform an action on a multiple-variation listing.
Component Diagram
XML Representation Summary
<ns:VariationSpecifics>
   
Content: 
</ns:VariationSpecifics>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="VariationSpecifics" type="ns:NameValueListArrayType"/>

 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.