Trading_BuyerRequirementDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_BuyerRequirementDetailsType.h Trading_BuyerRequirementDetailsType.m |
Overview
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.
@ingroup EBayAPIInterface
Tasks
-
shipToRegistrationCountryThe seller includes and sets this field to ‘true’ as a mechanism to block bidders who
property
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. -
zeroFeedbackScoreThis Buyer Requirements feature is only available to sellers on the China site, and is
property
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. -
minimumFeedbackScoreThe seller includes this field as a mechanism to block bidders who have a Feedback
property
Score less than the specified value. To obtain the list of supported values, call
GeteBayDetails, include
BuyerRequirementDetails as a DetailName
value in the request, and then look for the list of Minimum Feedback Score values
returned under the MinimumFeedbackScore container in the
response. Currently, the valid values for the US site are -3, -2, and -1. -
maximumItemRequirementsThe seller uses this container as a mechanism to restrict the number of items (specifying a
property
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. -
linkedPayPalAccountThe seller includes and sets this field to ‘true’ as a mechanism to block bidders who do
property
not have a PayPal account linked to their eBay account. -
verifiedUserRequirementsThe seller uses this container as a mechanism to block prospective buyers who do not pass
a verified user check.
This container is only applicable to the following eBay sites:- Australia
- France
- India
- Ireland
- Spain
- UK
-
maximumUnpaidItemStrikesInfoThe seller uses this container as a mechanism to block prospective buyers who have one or
property
more unpaid item strikes on their account during a specified time period. -
maximumBuyerPolicyViolationsThe seller uses this container as a mechanism to block prospective buyers who have one or
property
more buyer policy violations on their account during a specified time period. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_BuyerRequirementDetailsType.hlinkedPayPalAccount
The seller includes and sets this field to ‘true’ as a mechanism to block bidders who do
not have a PayPal account linked to their eBay account.
@property (nonatomic, retain) NSNumber *linkedPayPalAccountDiscussion
The seller includes and sets this field to ‘true’ as a mechanism to block bidders who do
not have a PayPal account linked to their eBay account.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_BuyerRequirementDetailsType.hmaximumBuyerPolicyViolations
The seller uses this container as a mechanism to block prospective buyers who have one or
more buyer policy violations on their account during a specified time period.
@property (nonatomic, retain) Trading_MaximumBuyerPolicyViolationsType *maximumBuyerPolicyViolationsDiscussion
The seller uses this container as a mechanism to block prospective buyers who have one or
more buyer policy violations on their account during a specified time period.
type : class Trading_MaximumBuyerPolicyViolationsType
Declared In
Trading_BuyerRequirementDetailsType.hmaximumItemRequirements
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.
@property (nonatomic, retain) Trading_MaximumItemRequirementsType *maximumItemRequirementsDiscussion
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.
type : class Trading_MaximumItemRequirementsType
Declared In
Trading_BuyerRequirementDetailsType.hmaximumUnpaidItemStrikesInfo
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.
@property (nonatomic, retain) Trading_MaximumUnpaidItemStrikesInfoType *maximumUnpaidItemStrikesInfoDiscussion
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.
type : class Trading_MaximumUnpaidItemStrikesInfoType
Declared In
Trading_BuyerRequirementDetailsType.hminimumFeedbackScore
The seller includes this field as a mechanism to block bidders who have a Feedback
Score less than the specified value. To obtain the list of supported values, call
GeteBayDetails, include
BuyerRequirementDetails as a DetailName
value in the request, and then look for the list of Minimum Feedback Score values
returned under the MinimumFeedbackScore container in the
response. Currently, the valid values for the US site are -3, -2, and -1.
@property (nonatomic, retain) NSNumber *minimumFeedbackScoreDiscussion
The seller includes this field as a mechanism to block bidders who have a Feedback
Score less than the specified value. To obtain the list of supported values, call
GeteBayDetails, include
BuyerRequirementDetails as a DetailName
value in the request, and then look for the list of Minimum Feedback Score values
returned under the MinimumFeedbackScore container in the
response. Currently, the valid values for the US site are -3, -2, and -1.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BuyerRequirementDetailsType.hshipToRegistrationCountry
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.
@property (nonatomic, retain) NSNumber *shipToRegistrationCountryDiscussion
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.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_BuyerRequirementDetailsType.hverifiedUserRequirements
The seller uses this container as a mechanism to block prospective buyers who do not pass
a verified user check.
This container is only applicable to the following eBay sites:
- Australia
- France
- India
- Ireland
- Spain
- UK
@property (nonatomic, retain) Trading_VerifiedUserRequirementsType *verifiedUserRequirementsDiscussion
The seller uses this container as a mechanism to block prospective buyers who do not pass
a verified user check.
This container is only applicable to the following eBay sites:
- Australia
- France
- India
- Ireland
- Spain
- UK
type : class Trading_VerifiedUserRequirementsType
Declared In
Trading_BuyerRequirementDetailsType.hzeroFeedbackScore
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.
@property (nonatomic, retain) NSNumber *zeroFeedbackScoreDiscussion
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.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_BuyerRequirementDetailsType.h