| eBay-API documentation | Contained in the eBay-API distribution. |
eBay::API::XML::Call::GetMyeBaySelling::GetMyeBaySellingResponseType
Returns summary and detail information about items the user is selling, items scheduled to sell, currently listed, sold, and closed but not sold.
eBay::API::XML::Call::GetMyeBaySelling::GetMyeBaySellingResponseType inherits from the eBay::API::XML::ResponseDataType class
Contains the items the user is selling that have active listings.
# Argument: 'ns:PaginatedItemArrayType'
Returned: Conditionally Details: DetailLevel: none, ReturnSummary, ReturnAll # Returns: 'ns:PaginatedItemArrayType'
Contains the seller's active listings with bids. Only returned if items exist that meet the request criteria.
# Argument: 'ns:PaginatedItemArrayType'
Returned: Conditionally Details: DetailLevel: none, ReturnSummary, ReturnAll # Returns: 'ns:PaginatedItemArrayType'
Contains the items the seller has sold and deleted from My eBay.
# Argument: 'ns:PaginatedOrderTransactionArrayType'
Returned: Conditionally Details: DetailLevel: none, ReturnSummary, ReturnAll # Returns: 'ns:PaginatedOrderTransactionArrayType'
Contains the items with listings that were ended or did not sell and have been deleted from My eBay.
# Argument: 'ns:PaginatedItemArrayType'
Returned: Conditionally Details: DetailLevel: none, ReturnSummary, ReturnAll # Returns: 'ns:PaginatedItemArrayType'
Contains the items the user has scheduled for sale, but whose listings have not yet started.
# Argument: 'ns:PaginatedItemArrayType'
Returned: Conditionally Details: DetailLevel: none, ReturnSummary, ReturnAll # Returns: 'ns:PaginatedItemArrayType'
Contains summary information about the items the user is selling.
# Argument: 'ns:SellingSummaryType'
Returned: Always Details: DetailLevel: none, ReturnSummary, ReturnAll # Returns: 'ns:SellingSummaryType'
Contains the items the user has sold.
# Argument: 'ns:PaginatedOrderTransactionArrayType'
Returned: Conditionally Details: DetailLevel: none, ReturnSummary, ReturnAll # Returns: 'ns:PaginatedOrderTransactionArrayType'
Contains summary information about the items the user is selling.
# Argument: 'ns:MyeBaySellingSummaryType'
Returned: Always Details: DetailLevel: none, ReturnSummary, ReturnAll # Returns: 'ns:MyeBaySellingSummaryType'
Contains the items whose listings have ended but that have not sold.
# Argument: 'ns:PaginatedItemArrayType'
Returned: Conditionally Details: DetailLevel: none, ReturnSummary, ReturnAll # Returns: 'ns:PaginatedItemArrayType'
| eBay-API documentation | Contained in the eBay-API distribution. |
#!/usr/bin/perl package eBay::API::XML::Call::GetMyeBaySelling::GetMyeBaySellingResponseType; use strict; use warnings; ########################################################################## # # Module: ............... <user defined location>eBay/API/XML # File: ................. GetMyeBaySellingResponseType.pm # Generated by: ......... genEBayApiDataTypes.pl # Last Generated: ....... 08/24/2008 16:44 # API Release Number: ... 579 # ##########################################################################
use eBay::API::XML::ResponseDataType; our @ISA = ("eBay::API::XML::ResponseDataType"); use eBay::API::XML::DataType::MyeBaySellingSummaryType; use eBay::API::XML::DataType::PaginatedItemArrayType; use eBay::API::XML::DataType::PaginatedOrderTransactionArrayType; use eBay::API::XML::DataType::SellingSummaryType; my @gaProperties = ( [ 'ActiveList', 'ns:PaginatedItemArrayType', '' ,'eBay::API::XML::DataType::PaginatedItemArrayType', '1' ] , [ 'BidList', 'ns:PaginatedItemArrayType', '' ,'eBay::API::XML::DataType::PaginatedItemArrayType', '1' ] , [ 'DeletedFromSoldList', 'ns:PaginatedOrderTransactionArrayType', '' ,'eBay::API::XML::DataType::PaginatedOrderTransactionArrayType', '1' ] , [ 'DeletedFromUnsoldList', 'ns:PaginatedItemArrayType', '' ,'eBay::API::XML::DataType::PaginatedItemArrayType', '1' ] , [ 'ScheduledList', 'ns:PaginatedItemArrayType', '' ,'eBay::API::XML::DataType::PaginatedItemArrayType', '1' ] , [ 'SellingSummary', 'ns:SellingSummaryType', '' ,'eBay::API::XML::DataType::SellingSummaryType', '1' ] , [ 'SoldList', 'ns:PaginatedOrderTransactionArrayType', '' ,'eBay::API::XML::DataType::PaginatedOrderTransactionArrayType', '1' ] , [ 'Summary', 'ns:MyeBaySellingSummaryType', '' ,'eBay::API::XML::DataType::MyeBaySellingSummaryType', '1' ] , [ 'UnsoldList', 'ns:PaginatedItemArrayType', '' ,'eBay::API::XML::DataType::PaginatedItemArrayType', '1' ] ); push @gaProperties, @{eBay::API::XML::ResponseDataType::getPropertiesList()}; my @gaAttributes = ( ); push @gaAttributes, @{eBay::API::XML::ResponseDataType::getAttributesList()};
sub new { my $classname = shift; my %args = @_; my $self = $classname->SUPER::new(%args); return $self; } sub isScalar { return 0; }
sub setActiveList { my $self = shift; $self->{'ActiveList'} = shift }
sub getActiveList { my $self = shift; return $self->_getDataTypeInstance( 'ActiveList' ,'eBay::API::XML::DataType::PaginatedItemArrayType'); }
sub setBidList { my $self = shift; $self->{'BidList'} = shift }
sub getBidList { my $self = shift; return $self->_getDataTypeInstance( 'BidList' ,'eBay::API::XML::DataType::PaginatedItemArrayType'); }
sub setDeletedFromSoldList { my $self = shift; $self->{'DeletedFromSoldList'} = shift }
sub getDeletedFromSoldList { my $self = shift; return $self->_getDataTypeInstance( 'DeletedFromSoldList' ,'eBay::API::XML::DataType::PaginatedOrderTransactionArrayType'); }
sub setDeletedFromUnsoldList { my $self = shift; $self->{'DeletedFromUnsoldList'} = shift }
sub getDeletedFromUnsoldList { my $self = shift; return $self->_getDataTypeInstance( 'DeletedFromUnsoldList' ,'eBay::API::XML::DataType::PaginatedItemArrayType'); }
sub setScheduledList { my $self = shift; $self->{'ScheduledList'} = shift }
sub getScheduledList { my $self = shift; return $self->_getDataTypeInstance( 'ScheduledList' ,'eBay::API::XML::DataType::PaginatedItemArrayType'); }
sub setSellingSummary { my $self = shift; $self->{'SellingSummary'} = shift }
sub getSellingSummary { my $self = shift; return $self->_getDataTypeInstance( 'SellingSummary' ,'eBay::API::XML::DataType::SellingSummaryType'); }
sub setSoldList { my $self = shift; $self->{'SoldList'} = shift }
sub getSoldList { my $self = shift; return $self->_getDataTypeInstance( 'SoldList' ,'eBay::API::XML::DataType::PaginatedOrderTransactionArrayType'); }
sub setSummary { my $self = shift; $self->{'Summary'} = shift }
sub getSummary { my $self = shift; return $self->_getDataTypeInstance( 'Summary' ,'eBay::API::XML::DataType::MyeBaySellingSummaryType'); }
sub setUnsoldList { my $self = shift; $self->{'UnsoldList'} = shift }
sub getUnsoldList { my $self = shift; return $self->_getDataTypeInstance( 'UnsoldList' ,'eBay::API::XML::DataType::PaginatedItemArrayType'); } ## Attribute and Property lists sub getPropertiesList { my $self = shift; return \@gaProperties; } sub getAttributesList { my $self = shift; return \@gaAttributes; } 1;