eBay Merchant Data APIVersion 1255
 

MaximumUnpaidItemStrikesInfoType

Type defining the MaximumUnpaidItemStrikesInfo container, which is used by the seller as a mechanism to block prospective buyers who have unpaid item strikes on their account exceeding the value set in the Count field during a specified time period (set in the Period field).

Type that uses MaximumUnpaidItemStrikesInfoType:

Calls that use MaximumUnpaidItemStrikesInfoType:

Fields

Count ( int ) [0..1]
This integer value sets the maximum number of unpaid item strikes that a prospective buyer is allowed to have during a specified time period (MaximumUnpaidItemStrikesInfo.Period) before being blocked from buying/bidding on the item.

To retrieve a list of allowed values for this field, the seller should call GeteBayDetails, including BuyerRequirementDetails in the DetailName field of the request, and then look for the BuyerRequirementDetails.MaximumUnpaidItemStrikesInfo.MaximumUnpaidItemStrikesCount.Count fields in the response.
See the Field Index to learn which calls use Count.

Period ( PeriodCodeType ) [0..1]
This enumerated value defines the length of time over which a prospective buyer's unpaid item strikes will be counted. If the prospective buyer's number of unpaid item strikes during this defined period exceeds the value set in the Count field, that prospective buyer is blocked from buying/bidding on the item.

If the Count value is 2, and the specified Period is 'Days_30' (counting back 30 days from the present day), any prospective buyer that has had three or more unpaid item strikes is blocked from buying/bidding on the item.
See the Field Index to learn which calls use Period.