eBay Trading APIVersion 1345
 

Applicable values for GetAccountRequest.AccountEntrySortType

AccountEntryCreatedTimeAscending
(in) With this value set, account entries in the GetAccount response are sorted by transaction date (see AccountEntry.Date field) in ascending order (oldest transaction to most recent transaction). This value will produce the same results as the None value.
AccountEntryCreatedTimeDescending
(in) With this value set, account entries in the GetAccount response are sorted by transaction date (see AccountEntry.Date field) in descending order (most recent transaction to oldest transaction).
AccountEntryFeeTypeAscending
(in) With this value set, account entries in the GetAccount response are sorted in alphabetical order according to each entry's AccountEntry.Description value. When account entries are sorted according to fee type, the secondary sort criterion is transaction date, and for account entries with identical fee types, the oldest account entries will appear first in the response.
AccountEntryFeeTypeDescending
(in) With this value set, account entries in the GetAccount response are sorted in reverse alphabetical order according to each entry's AccountEntry.Description value. When account entries are sorted according to fee type, the secondary sort criterion is transaction date, and for account entries with identical fee types, the oldest account entries will appear first in the response.
AccountEntryItemNumberAscending
(in) With this value set, account entries in the GetAccount response are sorted by Item ID value (see AccountEntry.ItemID field) in ascending order (oldest eBay listing to most recent eBay listing).
AccountEntryItemNumberDescending
(in) With this value set, account entries in the GetAccount response are sorted by Item ID value (see AccountEntry.ItemID field) in descending order (most recent eBay listing to oldest eBay listing).
CustomCode
(in) Reserved for internal or future use.
None
(in) This is the default value. With this value set, account entries in the GetAccount response are sorted by transaction date (see AccountEntry.Date field) in ascending order (oldest transaction to most recent transaction). This value will produce the same results as the AccountEntryCreatedTimeAscending value.