ItemListCustomizationType

Defines how a list of items should be returned.

Types that use ItemListCustomizationType:

Calls that use one or more fields of ItemListCustomizationType:

Fields

DurationInDays ( int )
Include ( boolean )
IncludeNotes ( boolean )
ListingType ( ListingTypeCodeType )
OrderStatusFilter ( OrderStatusFilterCodeType )
Pagination ( PaginationType )
Sort ( ItemSortTypeCodeType )

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 ( see ListingTypeCodeType for possible values ) [0..1]
Specifies the listing type of items in the returned list.
See the Field Index to learn which calls use ListingType.

OrderStatusFilter ( see OrderStatusFilterCodeType for possible values ) [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 the eBay Web site UI to mark an order as Paid or Shipped in My eBay. Sellers can also specify PaymentStatus in ReviseCheckoutStatus to mark an order as Paid or awaiting payment in My eBay.)
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.

Sort ( see ItemSortTypeCodeType for possible values ) [0..1]
Specifies the sort order of the result. Default is Ascending.
See the Field Index to learn which calls use Sort.

Copyright © 2005–2013 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.