eBay::API::XML::Call::GetMyeBaySelling
eBay::API::XML::Call::GetMyeBaySelling
DESCRIPTION
SYNOPSIS
Subroutines:
setActiveList()
Contains the list of items the user is actively selling whose listings are active. Valid subelements are Sort, IncludeNotes, Pagination, and ListingType (with valid values Auction, FixedPriceItem, StoresFixedPrice, or AdType). Note that if a DetailLevel of ReturnAll is specified in the request, this element is ignored as a way to filter the response, and ALL containers are returned.
RequiredInput: No
# Argument: 'ns:ItemListCustomizationType'
setScheduledList()
Contains the list of items the user has scheduled to sell but whose listings have not yet opened. Valid subelements are Sort, IncludeNotes, and Pagination.
RequiredInput: No
# Argument: 'ns:ItemListCustomizationType'
setSoldList()
Contains the list of items the user has sold. Valid subelements are DurationInDays (with valid values 0-60), IncludeNotes, and Pagination. Note that if a DetailLevel of ReturnAll is specified in the request, this element is ignored as a way to filter the response, and ALL containers are returned.
RequiredInput: No
# Argument: 'ns:ItemListCustomizationType'
setUnsoldList()
Contains the list of items the user has listed but whose listings have ended without being sold. Valid subelements are DurationInDays (with valid values 0-60), Sort, IncludeNotes, and Pagination. Note that if a DetailLevel of ReturnAll is specified in the request, this element is ignored as a way to filter the response, and ALL containers are returned.
RequiredInput: No
# Argument: 'ns:ItemListCustomizationType'
getActiveList()
Contains the items the user is selling that have active listings.
Returned: Conditionally
Details: DetailLevel: none, ReturnSummary, ReturnAll
# Returns: 'ns:PaginatedItemArrayType'
getScheduledList()
Contains the items the user has scheduled for sale, but whose listings have not yet started.
Returned: Conditionally
Details: DetailLevel: none, ReturnSummary, ReturnAll
# Returns: 'ns:PaginatedItemArrayType'
getSellingSummary()
Contains summary information about the items the user is selling.
Returned: Always
Details: DetailLevel: none, ReturnSummary, ReturnAll
# Returns: 'ns:SellingSummaryType'
getSoldList()
Contains the items the user has sold.
Returned: Conditionally
Details: DetailLevel: none, ReturnSummary, ReturnAll
# Returns: 'ns:PaginatedOrderTransactionArrayType'
getSummary()
Contains summary information about the items the user is selling.
Returned: Always
Details: DetailLevel: none, ReturnSummary, ReturnAll
# Returns: 'ns:MyeBaySellingSummaryType'
getUnsoldList()
Contains the items whose listings have ended but that have not sold.
Returned: Conditionally
Details: DetailLevel: none, ReturnSummary, ReturnAll
# Returns: 'ns:PaginatedItemArrayType'