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

complexType "ns:MaximumItemRequirementsType"
Namespace:
Content:
complex, 2 elements
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
Type used by the MaximumItemRequirements container to specify the maximum quantity of an order line item that a prospective buyer may purchase during any given 10-day period.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="MaximumItemRequirementsType">
<xs:sequence>
<xs:element minOccurs="0" name="MaximumItemCount" type="xs:int"/>
<xs:element minOccurs="0" name="MinimumFeedbackScore" type="xs:int"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 2/2)
ns:MaximumItemCount
Type:
xs:int, predefined, simple content
This field is conditionally required if the MaximumItemRequirements container is used.

The value of this field specifies the maximum quantity of an order line item that a prospective buyer may purchase from the seller during any given 10-day period. The prospective buyer will be blocked from bidding/buying once this value is reached.

Valid values for the US site: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 25, 50, 75, and 100.
To see the valid values for your site, call GeteBayDetails with DetailName set to BuyerRequirementDetails, and then look for the BuyerRequirementDetails.MaximumItemRequirements.MaximumItemCount fields.

If the MaximumItemRequirements.MinimumFeedbackScore field is also specified, the MaximumItemCount limit will only apply to those prospective buyers who don't meet the specified Minimum Feedback Score threshold.
XML Representation Summary
<ns:MaximumItemCount>
   
Content: 
{ xs:int }
</ns:MaximumItemCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MaximumItemCount" type="xs:int"/>

ns:MinimumFeedbackScore
Type:
xs:int, predefined, simple content
This is an optional field that is ignored if a MaximumItemCount value has not been provided.

If this field is used, a prospective buyer is blocked from bidding/buying if they have reached or exceeded the MaximumItemCount and their feedback score is less than the value of this field.

Valid values for the US site: 0, 1, 2, 3, 4, and 5.
To see the valid values for your site, call GeteBayDetails with DetailName set to BuyerRequirementDetails, and then look for the BuyerRequirementDetails.MaximumItemRequirements.MinimumFeedbackScore fields.
XML Representation Summary
<ns:MinimumFeedbackScore>
   
Content: 
{ xs:int }
</ns:MinimumFeedbackScore>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MinimumFeedbackScore" type="xs:int"/>

 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.