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

complexType "ns:BuyerRequirementDetailsType"
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 (1):
ns:BuyerRequirementDetails (defined in ns:ItemType complexType)
Known Usage Locations
Annotation
Type defining the BuyerRequirementDetails container, which allows the seller to set buyer requirements at the listing level. For the corresponding listing, all buyer requirement values/settings will overwrite values/settings in Buyer Requirements preferences in My eBay.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="BuyerRequirementDetailsType">
<xs:sequence>
<xs:element minOccurs="0" name="ShipToRegistrationCountry" type="xs:boolean"/>
<xs:element minOccurs="0" name="ZeroFeedbackScore" type="xs:boolean"/>
<xs:element minOccurs="0" name="MaximumItemRequirements" type="ns:MaximumItemRequirementsType"/>
<xs:element minOccurs="0" name="MaximumUnpaidItemStrikesInfo" type="ns:MaximumUnpaidItemStrikesInfoType"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 5/5)
ns:MaximumItemRequirements
Type:
The seller uses this container as a mechanism to restrict the number of items (specifying a MaximumItemCount value) a prospective buyer can purchase from the seller during a 10-day period. The seller also has the option of setting a MinimumFeedbackScore requirement. If both fields of the MaximumItemRequirements container are set, the MaximumItemCount limit will only apply to those prospective buyers that don't equal or exceed the specified minimum Feedback Score.
Component Diagram
XML Representation Summary
<ns:MaximumItemRequirements>
   
Content: 
</ns:MaximumItemRequirements>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MaximumItemRequirements" type="ns:MaximumItemRequirementsType"/>

ns:MaximumUnpaidItemStrikesInfo
Type:
The seller uses this container as a mechanism to block prospective buyers who have one or more Unpaid Item strikes on their account during a specified time period. A buyer receives an Unpaid Item strike if a seller files an Unpaid Item case against the buyer, and eBay rules in favor of the seller.
Component Diagram
XML Representation Summary
<ns:MaximumUnpaidItemStrikesInfo>
   
Content: 
</ns:MaximumUnpaidItemStrikesInfo>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MaximumUnpaidItemStrikesInfo" type="ns:MaximumUnpaidItemStrikesInfoType"/>

ns:ShipToRegistrationCountry
Type:
xs:boolean, predefined, simple content
The seller includes and sets this field to true as a mechanism to block bidders who reside (according to their eBay primary shipping address) in countries that are on the ship-to exclusion list. Sellers add countries or regions to their ship-to exclusion list by adding those countries or regions using one or more ExcludeShipToLocation fields in an Add/Revise/Relist call.
XML Representation Summary
<ns:ShipToRegistrationCountry>
   
Content: 
{ xs:boolean }
</ns:ShipToRegistrationCountry>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ShipToRegistrationCountry" type="xs:boolean"/>

ns:ZeroFeedbackScore
Type:
xs:boolean, predefined, simple content
This Buyer Requirements feature is only available to sellers on the China site, and is only applicable to fixed-price or auction Buy It Now items.

The seller includes and sets this field to true as a mechanism to block prospective buyers with a feedback score of 0 from buying items with a price of 100 RMB or higher.
XML Representation Summary
<ns:ZeroFeedbackScore>
   
Content: 
{ xs:boolean }
</ns:ZeroFeedbackScore>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ZeroFeedbackScore" 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.