Class SimpleItemSortCodeType


class SimpleItemSortCodeType

Defined in com/ebay/shoppingservice/SimpleItemSortCodeType.js

Property Summary
Sorts items by Best Match, and no sort order applies.
(in) Sort by BestMatchCategoryGroup so results are grouped by Best Match within a category.
Support Relevance (BestMatch) Filter as first pass and then sorts the result set by end time in ascending or descending order.
Support Relevance (BestMatch) Filter as first pass and then sorts the result set by Price in ascending or descending order.
Sort by number of bids on the item in ascending or descending order.
Not supported when CategoryID is specified in the FindItemsAdvanced request, and QueryKeywords is not included in the request.
Sort by country; no sort order can be specified.
Not supported when CategoryID is specified in the FindItemsAdvanced request, and QueryKeywords is not included in the request.
Sort by current bid on the item in ascending or descending order.
Placeholder value.
Sort by distance, ascending order only.
Sorts items by end time.
(in) This value is part of the Price Plus Shipping Sort feature, available for the following sites: US (site ID 0), Germany (77), Canada (2), and Australia (15).
Sort by start date, recently-listed first.
Not supported when CategoryID is specified in the FindItemsAdvanced request, and QueryKeywords is not included in the request.
String value

Constructor Summary
SimpleItemSortCodeType(Object object)

Property Details

property static BestMatch

Sorts items by Best Match, and no sort order applies. If specified, then Best Match sort also applies to CategoryHistogram.


property static BestMatchCategoryGroup

(in) Sort by BestMatchCategoryGroup so results are grouped by Best Match within a category.


property static BestMatchPlusEndTime

Support Relevance (BestMatch) Filter as first pass and then sorts the result set by end time in ascending or descending order.


property static BestMatchPlusPrice

Support Relevance (BestMatch) Filter as first pass and then sorts the result set by Price in ascending or descending order.


property static BidCount

Sort by number of bids on the item in ascending or descending order.
Not supported when CategoryID is specified in the FindItemsAdvanced request, and QueryKeywords is not included in the request.


property static Country

Sort by country; no sort order can be specified.
Not supported when CategoryID is specified in the FindItemsAdvanced request, and QueryKeywords is not included in the request.


property static CurrentBid

Sort by current bid on the item in ascending or descending order.


property static CustomCode

Placeholder value. See token.


property static Distance

Sort by distance, ascending order only.


property static EndTime

Sorts items by end time. If you specify EndTime, then for SortOrder, you must specify a value of Ascending. The following is not functional: specifying a value of EndTime with a SortOrder of Descending.
Not supported when CategoryID is specified in the FindItemsAdvanced request, and QueryKeywords is not included in the request.


property static PricePlusShipping

(in) This value is part of the Price Plus Shipping Sort feature, available for the following sites: US (site ID 0), Germany (77), Canada (2), and Australia (15). The Price Plus Shipping Sort feature causes item sorting to consider shipping costs. Specify PricePlusShippingAsc to sort items by lowest cost first, as follows: Lowest-total-cost (for items where shipping was properly specified), then freight-shipping items, then items for which shipping was not specified (sorted by price).


property static StartDate

Sort by start date, recently-listed first.
Not supported when CategoryID is specified in the FindItemsAdvanced request, and QueryKeywords is not included in the request.


property String value


Constructor Details

constructor SimpleItemSortCodeType

SimpleItemSortCodeType(Object object)

Parameters:
object