Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_ItemListCustomizationType.h
Trading_ItemListCustomizationType.m

Overview

Defines how a list of items should be returned.

@ingroup EBayAPIInterface

Tasks

  •   include

    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.

    property
  •   listingType

    Specifies the listing type of items in the returned list.

    property
  •   sort

    Specifies the sort order of the result. Default is Ascending.

    property
  •   durationInDays

    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.

    property
  •   includeNotes

    Specifies whether or not to include Item.PrivateNotes and Item.eBayNotes
    in the response.

    property
  •   pagination

    Specifies how to create virtual pages in the returned list.


    Default for EntriesPerPage with GetMyeBayBuying is 200.

    property
  •   orderStatusFilter

    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.)

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_ItemListCustomizationType.h

durationInDays

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.

@property (nonatomic, retain) NSNumber *durationInDays

Discussion

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.

type : NSNumber, wrapper for primitive int

Declared In

Trading_ItemListCustomizationType.h

include

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.

@property (nonatomic, retain) NSNumber *include

Discussion

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.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_ItemListCustomizationType.h

includeNotes

Specifies whether or not to include Item.PrivateNotes and Item.eBayNotes
in the response.

@property (nonatomic, retain) NSNumber *includeNotes

Discussion

Specifies whether or not to include Item.PrivateNotes and Item.eBayNotes
in the response.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_ItemListCustomizationType.h

listingType

Specifies the listing type of items in the returned list.

@property (nonatomic, retain) NSString *listingType

Discussion

Specifies the listing type of items in the returned list.

type: string constant in Trading_ListingTypeCodeType.h

Declared In

Trading_ItemListCustomizationType.h

orderStatusFilter

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.)

@property (nonatomic, retain) NSString *orderStatusFilter

Discussion

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.)

type: string constant in Trading_OrderStatusFilterCodeType.h

Declared In

Trading_ItemListCustomizationType.h

pagination

Specifies how to create virtual pages in the returned list.


Default for EntriesPerPage with GetMyeBayBuying is 200.

@property (nonatomic, retain) Trading_PaginationType *pagination

Discussion

Specifies how to create virtual pages in the returned list.


Default for EntriesPerPage with GetMyeBayBuying is 200.

type : class Trading_PaginationType

Declared In

Trading_ItemListCustomizationType.h

sort

Specifies the sort order of the result. Default is Ascending.

@property (nonatomic, retain) NSString *sort

Discussion

Specifies the sort order of the result. Default is Ascending.

type: string constant in Trading_ItemSortTypeCodeType.h

Declared In

Trading_ItemListCustomizationType.h