eBay Trading APIVersion 1349
 

StoreItemListSortOrderCodeType ( token )

List of available options for how items are sorted in an eBay Store.

Type that uses StoreItemListSortOrderCodeType:

Calls that use one or more values of StoreItemListSortOrderCodeType:

Enumeration Values

Value Description
CustomCode Reserved for internal or future use.
EndingFirst Lists items with those ending soon listed first.
HighestPriced Lists items by price in descending order. The item with the highest starting price is listed first.
HighestPricedPlusShipping Reserved for future use. Lists items by combined price and shipping cost in descending order. The item with the highest combined starting price plus shipping cost is listed first.
LowestPriced Lists items by price in ascending order. The item with the lowest starting price is listed first.
LowestPricedPlusShipping Lists items by combined price and shipping cost in ascending order. The item with the lowest combined starting price plus shipping cost is listed first.
NewlyListed Lists items with those newly listed appearing in the list first.
  * See the Enumeration Index to see exact use of each enumeration value in the API.