eBay Trading APIVersion 1349
 

QuantityOperatorCodeType ( token )

Enumerated type used by the QuantityOperator field that is returned under the FavoriteSearch container in a GetMyeBayBuying call. The values in this type indicate how the quantity of the item that the prospective desires compares to the quantity available.

Type that uses QuantityOperatorCodeType:

Call that uses one or more values of QuantityOperatorCodeType:

Enumeration Values

Value Description
CustomCode Reserved for internal or future use.
Equal This enumeration value indicates that the quantity sought (specified in Quantity field) is equal to the quantity available (specified in TotalAvailable field).
GreaterThan This enumeration value indicates that the quantity sought (specified in Quantity field) is greater than the quantity available (specified in TotalAvailable field).
GreaterThanOrEqual This enumeration value indicates that the quantity sought (specified in Quantity field) is greater than or equal to the quantity available (specified in TotalAvailable field).
LessThan This enumeration value indicates that the quantity sought (specified in Quantity field) is less than the quantity available (specified in TotalAvailable field).
LessThanOrEqual This enumeration value indicates that the quantity sought (specified in Quantity field) is less than or equal to the quantity available (specified in TotalAvailable field).
  * See the Enumeration Index to see exact use of each enumeration value in the API.