NAME
eBay::API::XML::Call::GetMyeBaySelling::GetMyeBaySellingResponseType
DESCRIPTION
Returns summary and detail information about items the user is selling, items scheduled to sell, currently listed, sold, and closed but not sold.
SYNOPSIS
INHERITANCE
eBay::API::XML::Call::GetMyeBaySelling::GetMyeBaySellingResponseType inherits from the eBay::API::XML::ResponseDataType class
Subroutines:
setActiveList()
Contains the items the user is selling that have active listings.
# Argument: 'ns:PaginatedItemArrayType'
getActiveList()
Returned: Conditionally
Details: DetailLevel: none, ReturnSummary, ReturnAll
# Returns: 'ns:PaginatedItemArrayType'
setBidList()
Contains the seller's active listings with bids. Only returned if items exist that meet the request criteria.
# Argument: 'ns:PaginatedItemArrayType'
getBidList()
Returned: Conditionally
Details: DetailLevel: none, ReturnSummary, ReturnAll
# Returns: 'ns:PaginatedItemArrayType'
setDeletedFromSoldList()
Contains the items the seller has sold and deleted from My eBay.
# Argument: 'ns:PaginatedOrderTransactionArrayType'
getDeletedFromSoldList()
Returned: Conditionally
Details: DetailLevel: none, ReturnSummary, ReturnAll
# Returns: 'ns:PaginatedOrderTransactionArrayType'
setDeletedFromUnsoldList()
Contains the items with listings that were ended or did not sell and have been deleted from My eBay.
# Argument: 'ns:PaginatedItemArrayType'
getDeletedFromUnsoldList()
Returned: Conditionally
Details: DetailLevel: none, ReturnSummary, ReturnAll
# Returns: 'ns:PaginatedItemArrayType'
setScheduledList()
Contains the items the user has scheduled for sale, but whose listings have not yet started.
# Argument: 'ns:PaginatedItemArrayType'
getScheduledList()
Returned: Conditionally
Details: DetailLevel: none, ReturnSummary, ReturnAll
# Returns: 'ns:PaginatedItemArrayType'
setSellingSummary()
Contains summary information about the items the user is selling.
# Argument: 'ns:SellingSummaryType'
getSellingSummary()
Returned: Always
Details: DetailLevel: none, ReturnSummary, ReturnAll
# Returns: 'ns:SellingSummaryType'
setSoldList()
Contains the items the user has sold.
# Argument: 'ns:PaginatedOrderTransactionArrayType'
getSoldList()
Returned: Conditionally
Details: DetailLevel: none, ReturnSummary, ReturnAll
# Returns: 'ns:PaginatedOrderTransactionArrayType'
setSummary()
Contains summary information about the items the user is selling.
# Argument: 'ns:MyeBaySellingSummaryType'
getSummary()
Returned: Always
Details: DetailLevel: none, ReturnSummary, ReturnAll
# Returns: 'ns:MyeBaySellingSummaryType'
setUnsoldList()
Contains the items whose listings have ended but that have not sold.
# Argument: 'ns:PaginatedItemArrayType'
getUnsoldList()
Returned: Conditionally
Details: DetailLevel: none, ReturnSummary, ReturnAll
# Returns: 'ns:PaginatedItemArrayType'