Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_GetMyeBaySellingRequestType.h
Trading_GetMyeBaySellingRequestType.m

Overview

Returns items from the Selling section of the user’s My eBay account,
including items that the user is currently selling (the Active list),
items that have bids, sold items, and unsold items.

@ingroup EBayAPIInterface

Tasks

  •   scheduledList

    Returns the list of items the user has scheduled to sell but whose
    listings have not yet opened.



    Include and set the ScheduledList.Include flag to ‘true’ to
    retrieve the default response set of ScheduledList in the response.

    property
  •   activeList

    Returns the list of items the user is actively selling (the currently
    active listings).



    Include and set the ActiveList.Include flag to ‘true’ to
    retrieve the default response set of ActiveList in the response.

    property
  •   soldList

    Returns the list of items the user has sold.



    Include and set the SoldList.Include flag to ‘true’ to
    retrieve the default response set of SoldList in the response.

    property
  •   unsoldList

    Returns the list of items the user has listed, but whose listings
    have ended without being sold.



    Include and set the UnsoldList.Include flag to ‘true’ to
    retrieve the default response set of UnsoldList in the response.

    property
  •   bidList

    Return the list of active items on which there are bids.



    Include and set the BidList.Include flag to ‘true’ to
    retrieve the default response set of BidList in the response.

    property
  •   deletedFromSoldList

    Returns the list of items the user sold, and then deleted from
    their My eBay page. Allowed values for DurationInDays are 0-60.



    Include and set the DeletedFromSoldList.Include flag to ‘true’ to
    retrieve the default response set of DeletedFromSoldList in the response.

    property
  •   deletedFromUnsoldList

    Returns the list of items the user either ended or did not sell, and
    subsequently were deleted them from their My eBay page. Allowed
    values for DurationInDays are 0-60.



    Include and set the DeletedFromUnsoldList.Include flag to ‘true’ to
    retrieve the default response set of DeletedFromUnsoldList in the response.

    property
  •   sellingSummary

    Returns a summary of the user’s buying activity.



    Include and set the SellingSummary.Include flag to ‘true’ to
    retrieve the default response set of SellingSummary in the response.

    property
  •   hideVariations

    If ‘true’, the Variations node is omitted for all multi-variation
    listings in the response.
    If ‘false’, the Variations node is returned for all
    multi-variation listings in the response.



    Please note that if the seller includes a large number of
    variations in many listings, retrieving variations (setting this
    flag to ‘false’) may degrade the call’s performance. Therefore,
    when this is ‘false’, you may need to reduce the total
    number of items you’re requesting at once (by using other input
    fields, such as Pagination).

    property

Properties

activeList

Returns the list of items the user is actively selling (the currently
active listings).



Include and set the ActiveList.Include flag to ‘true’ to
retrieve the default response set of ActiveList in the response.

@property (nonatomic, retain) Trading_ItemListCustomizationType *activeList

Discussion

Returns the list of items the user is actively selling (the currently
active listings).



Include and set the ActiveList.Include flag to ‘true’ to
retrieve the default response set of ActiveList in the response.

type : class Trading_ItemListCustomizationType

Declared In

Trading_GetMyeBaySellingRequestType.h

bidList

Return the list of active items on which there are bids.



Include and set the BidList.Include flag to ‘true’ to
retrieve the default response set of BidList in the response.

@property (nonatomic, retain) Trading_ItemListCustomizationType *bidList

Discussion

Return the list of active items on which there are bids.



Include and set the BidList.Include flag to ‘true’ to
retrieve the default response set of BidList in the response.

type : class Trading_ItemListCustomizationType

Declared In

Trading_GetMyeBaySellingRequestType.h

deletedFromSoldList

Returns the list of items the user sold, and then deleted from
their My eBay page. Allowed values for DurationInDays are 0-60.



Include and set the DeletedFromSoldList.Include flag to ‘true’ to
retrieve the default response set of DeletedFromSoldList in the response.

@property (nonatomic, retain) Trading_ItemListCustomizationType *deletedFromSoldList

Discussion

Returns the list of items the user sold, and then deleted from
their My eBay page. Allowed values for DurationInDays are 0-60.



Include and set the DeletedFromSoldList.Include flag to ‘true’ to
retrieve the default response set of DeletedFromSoldList in the response.

type : class Trading_ItemListCustomizationType

Declared In

Trading_GetMyeBaySellingRequestType.h

deletedFromUnsoldList

Returns the list of items the user either ended or did not sell, and
subsequently were deleted them from their My eBay page. Allowed
values for DurationInDays are 0-60.



Include and set the DeletedFromUnsoldList.Include flag to ‘true’ to
retrieve the default response set of DeletedFromUnsoldList in the response.

@property (nonatomic, retain) Trading_ItemListCustomizationType *deletedFromUnsoldList

Discussion

Returns the list of items the user either ended or did not sell, and
subsequently were deleted them from their My eBay page. Allowed
values for DurationInDays are 0-60.



Include and set the DeletedFromUnsoldList.Include flag to ‘true’ to
retrieve the default response set of DeletedFromUnsoldList in the response.

type : class Trading_ItemListCustomizationType

Declared In

Trading_GetMyeBaySellingRequestType.h

hideVariations

If ‘true’, the Variations node is omitted for all multi-variation
listings in the response.
If ‘false’, the Variations node is returned for all
multi-variation listings in the response.



Please note that if the seller includes a large number of
variations in many listings, retrieving variations (setting this
flag to ‘false’) may degrade the call’s performance. Therefore,
when this is ‘false’, you may need to reduce the total
number of items you’re requesting at once (by using other input
fields, such as Pagination).

@property (nonatomic, retain) NSNumber *hideVariations

Discussion

If ‘true’, the Variations node is omitted for all multi-variation
listings in the response.
If ‘false’, the Variations node is returned for all
multi-variation listings in the response.



Please note that if the seller includes a large number of
variations in many listings, retrieving variations (setting this
flag to ‘false’) may degrade the call’s performance. Therefore,
when this is ‘false’, you may need to reduce the total
number of items you’re requesting at once (by using other input
fields, such as Pagination).

type : NSNumber, wrapper for primitive bool

Declared In

Trading_GetMyeBaySellingRequestType.h

scheduledList

Returns the list of items the user has scheduled to sell but whose
listings have not yet opened.



Include and set the ScheduledList.Include flag to ‘true’ to
retrieve the default response set of ScheduledList in the response.

@property (nonatomic, retain) Trading_ItemListCustomizationType *scheduledList

Discussion

Returns the list of items the user has scheduled to sell but whose
listings have not yet opened.



Include and set the ScheduledList.Include flag to ‘true’ to
retrieve the default response set of ScheduledList in the response.

type : class Trading_ItemListCustomizationType

Declared In

Trading_GetMyeBaySellingRequestType.h

sellingSummary

Returns a summary of the user’s buying activity.



Include and set the SellingSummary.Include flag to ‘true’ to
retrieve the default response set of SellingSummary in the response.

@property (nonatomic, retain) Trading_ItemListCustomizationType *sellingSummary

Discussion

Returns a summary of the user’s buying activity.



Include and set the SellingSummary.Include flag to ‘true’ to
retrieve the default response set of SellingSummary in the response.

type : class Trading_ItemListCustomizationType

Declared In

Trading_GetMyeBaySellingRequestType.h

soldList

Returns the list of items the user has sold.



Include and set the SoldList.Include flag to ‘true’ to
retrieve the default response set of SoldList in the response.

@property (nonatomic, retain) Trading_ItemListCustomizationType *soldList

Discussion

Returns the list of items the user has sold.



Include and set the SoldList.Include flag to ‘true’ to
retrieve the default response set of SoldList in the response.

type : class Trading_ItemListCustomizationType

Declared In

Trading_GetMyeBaySellingRequestType.h

unsoldList

Returns the list of items the user has listed, but whose listings
have ended without being sold.



Include and set the UnsoldList.Include flag to ‘true’ to
retrieve the default response set of UnsoldList in the response.

@property (nonatomic, retain) Trading_ItemListCustomizationType *unsoldList

Discussion

Returns the list of items the user has listed, but whose listings
have ended without being sold.



Include and set the UnsoldList.Include flag to ‘true’ to
retrieve the default response set of UnsoldList in the response.

type : class Trading_ItemListCustomizationType

Declared In

Trading_GetMyeBaySellingRequestType.h