Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

complexType "ns:SellingSummaryType"
Namespace:
Content:
complex, 7 elements
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 7 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Contains summary information about the items the seller is selling.
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="SellingSummaryType">
<xs:sequence>
<xs:element minOccurs="0" name="ActiveAuctionCount" type="xs:int"/>
<xs:element minOccurs="0" name="AuctionSellingCount" type="xs:int"/>
<xs:element minOccurs="0" name="AuctionBidCount" type="xs:int"/>
<xs:element minOccurs="0" name="TotalAuctionSellingValue" type="ns:AmountType"/>
<xs:element minOccurs="0" name="TotalSoldCount" type="xs:int"/>
<xs:element minOccurs="0" name="TotalSoldValue" type="ns:AmountType"/>
<xs:element minOccurs="0" name="SoldDurationInDays" type="xs:int"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 7/7)
ns:ActiveAuctionCount
Type:
xs:int, predefined, simple content
The number of currently active auctions that will sell. That is, there is at least one bidder, and any reserve price has been met. Equivalent to the "Will Sell" value in My eBay.
XML Representation Summary
<ns:ActiveAuctionCount>
   
Content: 
{ xs:int }
</ns:ActiveAuctionCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ActiveAuctionCount" type="xs:int"/>

ns:AuctionBidCount
Type:
xs:int, predefined, simple content
The total number of bids made on the seller's active auction listings.
XML Representation Summary
<ns:AuctionBidCount>
   
Content: 
{ xs:int }
</ns:AuctionBidCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="AuctionBidCount" type="xs:int"/>

ns:AuctionSellingCount
Type:
xs:int, predefined, simple content
The total number of currently active auctions for a given seller. Equivalent to the "Auction Quantity" value in My eBay.
XML Representation Summary
<ns:AuctionSellingCount>
   
Content: 
{ xs:int }
</ns:AuctionSellingCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="AuctionSellingCount" type="xs:int"/>

ns:SoldDurationInDays
Type:
xs:int, predefined, simple content
The average duration, in days, of all items sold.
XML Representation Summary
<ns:SoldDurationInDays>
   
Content: 
{ xs:int }
</ns:SoldDurationInDays>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SoldDurationInDays" type="xs:int"/>

ns:TotalAuctionSellingValue
Type:
ns:AmountType, simple content
The total value of all items the seller has for sale in all listings.
Component Diagram
XML Representation Summary
<ns:TotalAuctionSellingValue
   
 = 
("AFA" | "ALL" | "DZD" | "ADP" | "AOA" | "ARS" | "AMD" | "AWG" | "AZM" | "BSD" | "BHD" | "BDT" | "BBD" | "BYR" | "BZD" | "BMD" | "BTN" | "INR" | "BOV" | "BOB" | "BAM" | "BWP" | "BRL" | "BND" | "BGL" | "BGN" | "BIF" | "KHR" | "CAD" | "CVE" | "KYD" | "XAF" | "CLF" | "CLP" | "CNY" | "COP" | "KMF" | "CDF" | "CRC" | "HRK" | "CUP" | "CYP" | "CZK" | "DKK" | "DJF" | "DOP" | "TPE" | "ECV" | "ECS" | "EGP" | "SVC" | "ERN" | "EEK" | "ETB" | "FKP" | "FJD" | "GMD" | "GEL" | "GHC" | "GIP" | "GTQ" | "GNF" | "GWP" | "GYD" | "HTG" | "HNL" | "HKD" | "HUF" | "ISK" | "IDR" | "IRR" | "IQD" | "ILS" | "JMD" | "JPY" | "JOD" | "KZT" | "KES" | "AUD" | "KPW" | "KRW" | "KWD" | "KGS" | "LAK" | "LVL" | "LBP" | "LSL" | "LRD" | "LYD" | "CHF" | "LTL" | "MOP" | "MKD" | "MGF" | "MWK" | "MYR" | "MVR" | "MTL" | "EUR" | "MRO" | "MUR" | "MXN" | "MXV" | "MDL" | "MNT" | "XCD" | "MZM" | "MMK" | "ZAR" | "NAD" | "NPR" | "ANG" | "XPF" | "NZD" | "NIO" | "NGN" | "NOK" | "OMR" | "PKR" | "PAB" | "PGK" | "PYG" | "PEN" | "PHP" | "PLN" | "USD" | "QAR" | "ROL" | "RUB" | "RUR" | "RWF" | "SHP" | "WST" | "STD" | "SAR" | "SCR" | "SLL" | "SGD" | "SKK" | "SIT" | "SBD" | "SOS" | "LKR" | "SDD" | "SRG" | "SZL" | "SEK" | "SYP" | "TWD" | "TJS" | "TZS" | "THB" | "XOF" | "TOP" | "TTD" | "TND" | "TRL" | "TMM" | "UGX" | "UAH" | "AED" | "GBP" | "USS" | "USN" | "UYU" | "UZS" | "VUV" | "VEB" | "VND" | "MAD" | "YER" | "YUM" | "ZMK" | "ZWD" | "ATS" | "CustomCode")
   
>
   
Content: 
{ xs:double }
</ns:TotalAuctionSellingValue>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="TotalAuctionSellingValue" type="ns:AmountType"/>

ns:TotalSoldCount
Type:
xs:int, predefined, simple content
The total number of items the seller has sold.
XML Representation Summary
<ns:TotalSoldCount>
   
Content: 
{ xs:int }
</ns:TotalSoldCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="TotalSoldCount" type="xs:int"/>

ns:TotalSoldValue
Type:
ns:AmountType, simple content
The total monetary value of the items the seller has sold.
Component Diagram
XML Representation Summary
<ns:TotalSoldValue
   
 = 
("AFA" | "ALL" | "DZD" | "ADP" | "AOA" | "ARS" | "AMD" | "AWG" | "AZM" | "BSD" | "BHD" | "BDT" | "BBD" | "BYR" | "BZD" | "BMD" | "BTN" | "INR" | "BOV" | "BOB" | "BAM" | "BWP" | "BRL" | "BND" | "BGL" | "BGN" | "BIF" | "KHR" | "CAD" | "CVE" | "KYD" | "XAF" | "CLF" | "CLP" | "CNY" | "COP" | "KMF" | "CDF" | "CRC" | "HRK" | "CUP" | "CYP" | "CZK" | "DKK" | "DJF" | "DOP" | "TPE" | "ECV" | "ECS" | "EGP" | "SVC" | "ERN" | "EEK" | "ETB" | "FKP" | "FJD" | "GMD" | "GEL" | "GHC" | "GIP" | "GTQ" | "GNF" | "GWP" | "GYD" | "HTG" | "HNL" | "HKD" | "HUF" | "ISK" | "IDR" | "IRR" | "IQD" | "ILS" | "JMD" | "JPY" | "JOD" | "KZT" | "KES" | "AUD" | "KPW" | "KRW" | "KWD" | "KGS" | "LAK" | "LVL" | "LBP" | "LSL" | "LRD" | "LYD" | "CHF" | "LTL" | "MOP" | "MKD" | "MGF" | "MWK" | "MYR" | "MVR" | "MTL" | "EUR" | "MRO" | "MUR" | "MXN" | "MXV" | "MDL" | "MNT" | "XCD" | "MZM" | "MMK" | "ZAR" | "NAD" | "NPR" | "ANG" | "XPF" | "NZD" | "NIO" | "NGN" | "NOK" | "OMR" | "PKR" | "PAB" | "PGK" | "PYG" | "PEN" | "PHP" | "PLN" | "USD" | "QAR" | "ROL" | "RUB" | "RUR" | "RWF" | "SHP" | "WST" | "STD" | "SAR" | "SCR" | "SLL" | "SGD" | "SKK" | "SIT" | "SBD" | "SOS" | "LKR" | "SDD" | "SRG" | "SZL" | "SEK" | "SYP" | "TWD" | "TJS" | "TZS" | "THB" | "XOF" | "TOP" | "TTD" | "TND" | "TRL" | "TMM" | "UGX" | "UAH" | "AED" | "GBP" | "USS" | "USN" | "UYU" | "UZS" | "VUV" | "VEB" | "VND" | "MAD" | "YER" | "YUM" | "ZMK" | "ZWD" | "ATS" | "CustomCode")
   
>
   
Content: 
{ xs:double }
</ns:TotalSoldValue>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="TotalSoldValue" type="ns:AmountType"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.