Trading_GetMyeBaySellingRequestType Class Reference
| 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
-
scheduledListReturns the list of items the user has scheduled to sell but whose
property
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. -
activeListReturns the list of items the user is actively selling (the currently
property
active listings).
Include and set the ActiveList.Include flag to ‘true’ to
retrieve the default response set of ActiveList in the response. -
soldListReturns the list of items the user has sold.
property
Include and set the SoldList.Include flag to ‘true’ to
retrieve the default response set of SoldList in the response. -
unsoldListReturns the list of items the user has listed, but whose listings
property
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. -
bidListReturn the list of active items on which there are bids.
property
Include and set the BidList.Include flag to ‘true’ to
retrieve the default response set of BidList in the response. -
deletedFromSoldListReturns the list of items the user sold, and then deleted from
property
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. -
deletedFromUnsoldListReturns the list of items the user either ended or did not sell, and
property
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. -
sellingSummaryReturns a summary of the user’s buying activity.
property
Include and set the SellingSummary.Include flag to ‘true’ to
retrieve the default response set of SellingSummary in the response. -
hideVariationsIf ‘true’, the Variations node is omitted for all multi-variation
property
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).
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 *activeListDiscussion
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.hbidList
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 *bidListDiscussion
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.hdeletedFromSoldList
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 *deletedFromSoldListDiscussion
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.hdeletedFromUnsoldList
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 *deletedFromUnsoldListDiscussion
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.hhideVariations
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 *hideVariationsDiscussion
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.hscheduledList
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 *scheduledListDiscussion
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.hsellingSummary
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 *sellingSummaryDiscussion
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.hsoldList
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 *soldListDiscussion
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.hunsoldList
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 *unsoldListDiscussion
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