Class ProductSortCodeType


class ProductSortCodeType
Controls the order of product (not item) searches.

Defined in com/ebay/shoppingservice/ProductSortCodeType.js

Property Summary
Reserved for values that are not available in the version of the schema you are using.
Sort by the number of active items listed with this product.
Sort by product popularity (as determined by eBay).
Sort by average rating.
Sort by the number of reviews on eBay.
Sort by the product title.
String value

Constructor Summary
ProductSortCodeType(Object object)

Property Details

property static CustomCode

Reserved for values that are not available in the version of the schema you are using. If eBay adds a new value to this code type as of a newer version, we return CustomCode instead when you specify a lower request version.


property static ItemCount

Sort by the number of active items listed with this product.


property static Popularity

Sort by product popularity (as determined by eBay). (This is the default sort order.)


property static Rating

Sort by average rating.


property static ReviewCount

Sort by the number of reviews on eBay.


property static Title

Sort by the product title.


property String value


Constructor Details

constructor ProductSortCodeType

ProductSortCodeType(Object object)

Parameters:
object