eBay Trading APIVersion 1349
 

ItemListCustomizationType

Defines how a list of items should be returned.

Types that use ItemListCustomizationType:

Calls that use ItemListCustomizationType:

Fields



DurationInDays ( int ) [0..1]
Specifies the time period during which an item was won or lost. Similar to the period drop-down menu in the My eBay user interface. For example, to return the items won or lost in the last week, specify a DurationInDays of 7.
See the Field Index to learn which calls use DurationInDays.

Include ( boolean ) [0..1]
Specifies whether or not to include the container in the response. Set the value to true to return the default set of fields for the container. Not needed if you set a value for at least one other field in the container.

If you set DetailLevel to ReturnAll, set Include to false to exclude the container from the response.
See the Field Index to learn which calls use Include.

IncludeNotes ( boolean ) [0..1]
Specifies whether or not to include Item.PrivateNotes and Item.eBayNotes in the response.
See the Field Index to learn which calls use IncludeNotes.

ListingType ( ListingTypeCodeType ) [0..1]
Specifies the listing type of items in the returned list.
See the Field Index to learn which calls use ListingType.

OrderStatusFilter ( OrderStatusFilterCodeType ) [0..1]
Filter to reduce the SoldList response based on whether the seller (or eBay) marked the applicable order as Paid and/or Shipped in My eBay.

Sellers can use CompleteSale or My eBay to mark an order as Paid or Shipped.
See the Field Index to learn which calls use OrderStatusFilter.

Pagination ( PaginationType ) [0..1]
Specifies how to create virtual pages in the returned list.
Default for EntriesPerPage with GetMyeBayBuying is 200.
See the Field Index to learn which calls use Pagination.

Specifies the sort order of the result. Default is Ascending.
See the Field Index to learn which calls use Sort.