BuyerCondition

Type defining the buyerCondition container, which consists of the order requirements that must be met before a buyer is eligible for the corresponding discount offer. For each discount offer, a buyer condition will be based on number of items purchased, or based on the dollar value of the order.

Types that use BuyerCondition:

Calls that use one or more fields of BuyerCondition:

Fields

orderSize ( SizeRange ) [0..1]
Container consisting of the number of line items that an order must contain in order for the buyer to qualify for the discount offer.
See the Field Index to learn which calls use orderSize.

orderTotal ( AmountRange ) [0..1]
Container consisting of the dollar range that an order's total value must be within in order for the buyer to qualify for the discount offer.
See the Field Index to learn which calls use orderTotal.

Copyright © 2011–2012 This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.