eBay Trading APIVersion 1349
 

GetMyeBaySellingRequestType ( AbstractRequestType )

Retrieves information regarding the user's selling activity, such as items that the user is currently selling (the Active list), auction listings that have bids, sold items, and unsold items.

Call that uses GetMyeBaySellingRequestType:

Fields



Include this container and set the ActiveList.Include field to true to return the list of active listings on eBay.com.

The user also has the option of using pagination and sorting for the list of active listings that will be returned.
See the Field Index to learn which calls use ActiveList.

DeletedFromSoldList ( ItemListCustomizationType ) [0..1]
Include this container and set the DeletedFromSoldList.Include field to true to return the list of sold order line items that have since been deleted from the seller's My eBay page.

The user also has the option of using pagination and sorting for the list of deleted, sold items that will be returned.
See the Field Index to learn which calls use DeletedFromSoldList.

DeletedFromUnsoldList ( ItemListCustomizationType ) [0..1]
Include this container and set the DeletedFromUnsoldList.Include field to true to return the list of unsold order line items that have since been deleted from the seller's My eBay page.

The user also has the option of using pagination and sorting for the list of deleted, unsold items that will be returned.
See the Field Index to learn which calls use DeletedFromUnsoldList.

HideVariations ( boolean ) [0..1]
If this field is included and set to true, the Variations node (and all variation data) is omitted for all multiple-variation listings in the response. If this field is omitted or set to false, the Variations node is returned for all multiple-variation listings in the response.
See the Field Index to learn which calls use HideVariations.

ScheduledList ( ItemListCustomizationType ) [0..1]
Include this container and set the ScheduledList.Include field to true to return the list of items that are scheduled to become active listings on eBay.com at a future date/time.

The user also has the option of using pagination and sorting for the list of Scheduled listings that will be returned.
See the Field Index to learn which calls use ScheduledList.

SellingSummary ( ItemListCustomizationType ) [0..1]
Include this container and set the SellingSummary.Include field to true to return the SellingSummary container in the response. The SellingSummary container consists of selling activity counts and values.
See the Field Index to learn which calls use SellingSummary.

Include this container and set the SoldList.Include field to true to return the list of sold order line items.

The user also has the option of using pagination and sorting for the list of sold items that will be returned.
See the Field Index to learn which calls use SoldList.

Include this container and set the UnsoldList.Include field to true to return the listings that have ended without a purchase.

The user also has the option of using pagination and sorting for the list of unsold items that will be returned.
See the Field Index to learn which calls use UnsoldList.