eBay Merchant Data APIVersion 1255
 

MaximumItemRequirementsType

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.

Type that uses MaximumItemRequirementsType:

Calls that use MaximumItemRequirementsType:

Fields

MaximumItemCount ( int ) [0..1]
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.
See the Field Index to learn which calls use MaximumItemCount.

MinimumFeedbackScore ( int ) [0..1]
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.
See the Field Index to learn which calls use MinimumFeedbackScore.