eBay Trading APIVersion 1349
 

GetMyeBaySellingResponseType ( AbstractResponseType )

Returns summary and detail information about items the user is selling, items scheduled to sell, currently listed, sold, and closed but not sold.

Call that uses GetMyeBaySellingResponseType:

Fields



This container consists of active listings. This container will be returned if the eBay user has one or more active listings on eBay.com.

This container will not be returned in the response (even if there are one or more active listings) if the DetailLevel value is set to ReturnSummary and the ActiveList.Include field is omitted or set to false.
See the Field Index to learn which calls use ActiveList.

DeletedFromSoldList ( PaginatedOrderTransactionArrayType ) [0..1]
This container consists of listings that have had sales but have been deleted from My eBay. This container will be returned if the eBay user has one or more listings with sales that have been deleted from My eBay.

This container will not be returned in the response (even if there are one or more listings that have sales but have been deleted) if the DetailLevel value is set to ReturnSummary and the DeletedFromSoldList.Include field is omitted or set to false.
See the Field Index to learn which calls use DeletedFromSoldList.

DeletedFromUnsoldList ( PaginatedItemArrayType ) [0..1]
This container consists of listings that have ended without sales and have been deleted from My eBay. This container will be returned if the eBay user has one or more listings with sales that have been deleted from My eBay.

This container will not be returned in the response (even if there are one or more listings that have sales but have been deleted) if the DetailLevel value is set to ReturnSummary and the DeletedFromSoldList.Include field is omitted or set to false.
See the Field Index to learn which calls use DeletedFromUnsoldList.

ScheduledList ( PaginatedItemArrayType ) [0..1]
This container consists of the items that are scheduled to become active at a future date/time. This container will be returned if the eBay user has one or more listings scheduled to become active at a future date/time.

This container will not be returned in the response (even if there are listings scheduled to become active) if the DetailLevel value is set to ReturnSummary and the ScheduledList.Include field is omitted or set to false.
See the Field Index to learn which calls use ScheduledList.

SellingSummary ( SellingSummaryType ) [0..1]
This container consists of seller activity counts and values. For this container to be returned, the user must include the SellingSummary.Include field in the request and set its value to true.
See the Field Index to learn which calls use SellingSummary.

This container consists of order line items that have been sold. This container will be returned if the eBay user has one or more listings that have had recent sales.

This container will not be returned in the response (even if there are one or more sales) if the DetailLevel value is set to ReturnSummary and the SoldList.Include field is omitted or set to false.
See the Field Index to learn which calls use SoldList.

This container consists of seller activity counts and values. This container is always returned if there has been recent sell activity.
See the Field Index to learn which calls use Summary.

This container consists of listings that have ended without sales. This container will be returned if the eBay user has one or more listings that have ended without sales.

This container will not be returned in the response (even if there are one or more listings that ended without sales) if the DetailLevel value is set to ReturnSummary and the UnsoldList.Include field is omitted or set to false.
See the Field Index to learn which calls use UnsoldList.