GetMyeBaySellingRequestType
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.
Fields
ActiveList ( ItemListCustomizationType )
BidList ( ItemListCustomizationType )
DeletedFromSoldList ( ItemListCustomizationType )
DeletedFromUnsoldList ( ItemListCustomizationType )
ScheduledList ( ItemListCustomizationType )
SellingSummary ( ItemListCustomizationType )
SoldList ( ItemListCustomizationType )
UnsoldList ( ItemListCustomizationType )

ActiveList ( ItemListCustomizationType ) [0..1]
Returns the list of items the user is actively selling (the currently active listings).

Set Include to true to return the default response set.
See the Field Index to learn which calls use ActiveList.

BidList ( ItemListCustomizationType ) [0..1]
Return the list of active items on which there are bids.

Set Include to true to return the default response set.
See the Field Index to learn which calls use BidList.

DeletedFromSoldList ( ItemListCustomizationType ) [0..1]
Returns the list of items the user sold, and then deleted from their My eBay page. Allowed values for DurationInDays are 0-90.

Set Include to true to return the default response set.
See the Field Index to learn which calls use DeletedFromSoldList.

DeletedFromUnsoldList ( ItemListCustomizationType ) [0..1]
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-90.

Set Include to true to return the default response set.
See the Field Index to learn which calls use DeletedFromUnsoldList.

ScheduledList ( ItemListCustomizationType ) [0..1]
Returns the list of items the user has scheduled to sell but whose listings have not yet opened.

Set Include to true to return the default response set.
See the Field Index to learn which calls use ScheduledList.

SellingSummary ( ItemListCustomizationType ) [0..1]
Returns a summary of the user's buying activity.

With a request version of 605 or higher, the selling summary container is not included in the response by default. Add a SellingSummary element in the request with an Include field set to true to receive a SellingSummary container in your response.

With a request version lower than 605, the SellingSummary is always returned by default. Add a SellingSummary element with an Include field set to false to exclude the SellingSummary from your response.
See the Field Index to learn which calls use SellingSummary.

SoldList ( ItemListCustomizationType ) [0..1]
Returns the list of items the user has sold.

Set Include to true to return the default response set.
See the Field Index to learn which calls use SoldList.

UnsoldList ( ItemListCustomizationType ) [0..1]
Returns the list of items the user has listed, but whose listings have ended without being sold.

Set Include to true to return the default response set.
See the Field Index to learn which calls use UnsoldList.

This document was generated with a customized version of the apireferencedocs tool.

© 2005–2010 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.