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

complexType "ns:GeteBayDetailsResponseType"
Namespace:
Content:
complex, 42 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 27 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Details about a specified site in response to GeteBayDetailsRequest. If no DetailName field is identified in the request, all elements of GeteBayDetailsResponse are returned. Otherwise, eBay returns only the elements corresponding to the specified DetailName fields. UpdateTime gives the time of modification of the most recently modified DetailName.
Type Definition Detail
Type Derivation Tree
ns:AbstractResponseType (extension)
  ns:GeteBayDetailsResponseType
XML Source (w/o annotations (28); see within schema source)
<xs:complexType name="GeteBayDetailsResponseType">
<xs:complexContent>
<xs:extension base="ns:AbstractResponseType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="CountryDetails" type="ns:CountryDetailsType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="CurrencyDetails" type="ns:CurrencyDetailsType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="DispatchTimeMaxDetails" type="ns:DispatchTimeMaxDetailsType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="PaymentOptionDetails" type="ns:PaymentOptionDetailsType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="RegionDetails" type="ns:RegionDetailsType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ShippingLocationDetails" type="ns:ShippingLocationDetailsType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ShippingServiceDetails" type="ns:ShippingServiceDetailsType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="SiteDetails" type="ns:SiteDetailsType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="TaxJurisdiction" type="ns:TaxJurisdictionType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="URLDetails" type="ns:URLDetailsType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="TimeZoneDetails" type="ns:TimeZoneDetailsType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ItemSpecificDetails" type="ns:ItemSpecificDetailsType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="UnitOfMeasurementDetails" type="ns:UnitOfMeasurementDetailsType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="RegionOfOriginDetails" type="ns:RegionOfOriginDetailsType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ShippingPackageDetails" type="ns:ShippingPackageDetailsType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ShippingCarrierDetails" type="ns:ShippingCarrierDetailsType"/>
<xs:element minOccurs="0" name="ReturnPolicyDetails" type="ns:ReturnPolicyDetailsType"/>
<xs:element minOccurs="0" name="InternationalReturnPolicyDetails" type="ns:ReturnPolicyDetailsType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ListingStartPriceDetails" type="ns:ListingStartPriceDetailsType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="BuyerRequirementDetails" type="ns:SiteBuyerRequirementDetailsType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ListingFeatureDetails" type="ns:ListingFeatureDetailsType"/>
<xs:element minOccurs="0" name="VariationDetails" type="ns:VariationDetailsType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ExcludeShippingLocationDetails" type="ns:ExcludeShippingLocationDetailsType"/>
<xs:element minOccurs="0" name="UpdateTime" type="xs:dateTime"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="RecoupmentPolicyDetails" type="ns:RecoupmentPolicyDetailsType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="ShippingCategoryDetails" type="ns:ShippingCategoryDetailsType"/>
<xs:element minOccurs="0" name="ProductDetails" type="ns:ProductDetailsType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 27/43)
ns:BuyerRequirementDetails
Type:
Lists the threshold values that can be passed in through the BuyerRequirementDetails container in the Add/Revise/Relist API calls. Buyer Requirements allow the seller to block buyers who have unpaid item defects, policy violations, low Feedback scores, and/or other undesirable qualities/statistics. Buyer Requirements are set at the seller's account level, but by using a BuyerRequirementDetails container in an Add/Revise/Relist API call, the values in that container will override values set at the account level.

Note: This container is only returned if BuyerRequirementDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:BuyerRequirementDetails>
   
Content: 
</ns:BuyerRequirementDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="BuyerRequirementDetails" type="ns:SiteBuyerRequirementDetailsType"/>

ns:CountryDetails
Type:
ns:CountryDetailsType, complex content
Lists the country code and associated name of the countries supported by the eBay system, regardless of the site specified in the request.

Note: This container is only returned if CountryDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:CountryDetails>
   
Content: 
</ns:CountryDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="CountryDetails" type="ns:CountryDetailsType"/>

ns:CurrencyDetails
Type:
ns:CurrencyDetailsType, complex content
Lists the currencies supported by the eBay system, regardless of the site specified in the request.

Note: This container is only returned if CurrencyDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:CurrencyDetails>
   
Content: 
</ns:CurrencyDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="CurrencyDetails" type="ns:CurrencyDetailsType"/>

ns:DispatchTimeMaxDetails
Type:
A dispatch time specifies the maximum number of business days a seller commits to for shipping an item to domestic buyers after receiving a cleared payment. Returns all dispatch times in the system, regardless of the site specified in the request.

Note: This container is only returned if DispatchTimeMaxDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:DispatchTimeMaxDetails>
   
Content: 
</ns:DispatchTimeMaxDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="DispatchTimeMaxDetails" type="ns:DispatchTimeMaxDetailsType"/>

ns:ExcludeShippingLocationDetails
Type:
Lists the locations supported by the ExcludeShipToLocation feature. These are locations that a seller can list as areas where they will not ship an item.

Note: This container is only returned if ExcludeShippingLocationDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:ExcludeShippingLocationDetails>
   
Content: 
</ns:ExcludeShippingLocationDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ExcludeShippingLocationDetails" type="ns:ExcludeShippingLocationDetailsType"/>

ns:InternationalReturnPolicyDetails
Type:
Note: This container has been deprecated. The GetCategoryFeatures call must be used instead to retrieve category-level, international return policy metadata.
Component Diagram
XML Representation Summary
<ns:InternationalReturnPolicyDetails>
   
Content: 
</ns:InternationalReturnPolicyDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="InternationalReturnPolicyDetails" type="ns:ReturnPolicyDetailsType"/>

ns:ItemSpecificDetails
Type:
Lists the site's maximum thresholds for specifying Item Specifics.

Note: This container is only returned if ItemSpecificDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:ItemSpecificDetails>
   
Content: 
</ns:ItemSpecificDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ItemSpecificDetails" type="ns:ItemSpecificDetailsType"/>

ns:ListingFeatureDetails
Type:
Details the listing features available for the eBay site specified in the request.

Note: This container is only returned if ListingFeatureDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:ListingFeatureDetails>
   
Content: 
</ns:ListingFeatureDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ListingFeatureDetails" type="ns:ListingFeatureDetailsType"/>

ns:ListingStartPriceDetails
Type:
Lists the minimum starting prices for the supported types of eBay listings.

Note: This container is only returned if ListingStartPriceDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:ListingStartPriceDetails>
   
Content: 
</ns:ListingStartPriceDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ListingStartPriceDetails" type="ns:ListingStartPriceDetailsType"/>

ns:PaymentOptionDetails
Type:
Although the supported payment methods for the specified eBay site are returned, it is recommended that the seller use GetCategoryFeatures instead, and pass in PaymentMethods as a FeatureID value in the request.

Note: This container is only returned if PaymentOptionDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:PaymentOptionDetails>
   
Content: 
</ns:PaymentOptionDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="PaymentOptionDetails" type="ns:PaymentOptionDetailsType"/>

ns:ProductDetails
Type:
ns:ProductDetailsType, complex content
The ProductDetails.ProductIdentifierUnavailableText field contains the actual text that should be passed into the relevant product identification fields (EAN, ISBN, UPC, MPN/Brand) if eBay is prompting/expecting one of these fields in the call request, but the identifiers do not exist/apply for the product. The text will vary based on the listing site. This text should only be used if no product ID exists for the product. If a product identifier value does actually exist for a product, but the seller passes in 'Does not apply' text, that listing may get penalized in search.

Note: This container is only returned if ProductDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:ProductDetails>
   
Content: 
</ns:ProductDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ProductDetails" type="ns:ProductDetailsType"/>

ns:RecoupmentPolicyDetails
Type:
Details the recoupment policies for the site specified in the request.

Note: This container is only returned if RecoupmentPolicyDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:RecoupmentPolicyDetails>
   
Content: 
</ns:RecoupmentPolicyDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="RecoupmentPolicyDetails" type="ns:RecoupmentPolicyDetailsType"/>

ns:RegionDetails
Type:
ns:RegionDetailsType, complex content
Lists the cities and other domestic regions for the specified site's country.

Note: This container is only returned if RegionDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:RegionDetails>
   
Content: 
</ns:RegionDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="RegionDetails" type="ns:RegionDetailsType"/>

ns:RegionOfOriginDetails
Type:
Lists the worldwide regions and individual countries that can be set as shipping locations from the specified eBay site.

Note: This container is only returned if RegionOfOriginDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:RegionOfOriginDetails>
   
Content: 
</ns:RegionOfOriginDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="RegionOfOriginDetails" type="ns:RegionOfOriginDetailsType"/>

ns:ReturnPolicyDetails
Type:
Lists the supported values that may be used for return policies on the specified eBay site, such as the return period, supported restocking fees, and refund options.

Note: This container is only returned if ReturnPolicyDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request. Note: This container has been staged for deprecation. Although domestic return policy metadata is still getting returned at the moment, it is recommended that users start making plans to use the GetCategoryFeatures call instead to retrieve category-level, domestic return policy metadata.
Component Diagram
XML Representation Summary
<ns:ReturnPolicyDetails>
   
Content: 
</ns:ReturnPolicyDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ReturnPolicyDetails" type="ns:ReturnPolicyDetailsType"/>

ns:ShippingCarrierDetails
Type:
Lists the shipping carriers supported by the specified site.

Note: This container is only returned if ShippingCarrierDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:ShippingCarrierDetails>
   
Content: 
</ns:ShippingCarrierDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ShippingCarrierDetails" type="ns:ShippingCarrierDetailsType"/>

ns:ShippingCategoryDetails
Type:
A shipping service category supported for the site.

Note: This container is only returned if ShippingCategoryDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request. Each shipping service supported for a site is automatically categorized by eBay into one of the shipping categories available for that site depending on how the shipping service shipping time aligns with the shipping times specified by eBay for each category.

Notice that you cannot specify a ShippingCategory as an input to any API call - eBay does this categorizing automatically. ShippingCategory is read-only data that is returned in the ShippingServiceDetails container. One possible use of this data is to segregate shipping services by ShippingCategory in a pick list. (For an example of this, see the Services pulldown menu in the Give buyers shipping details form in the eBay Sell Your Item flow.)

One way to populate the picklist would be to call GeteBayDetails with DetailName set to ShippingServiceDetails. Then sort these results by ShippingCategory and populate the picklist.
Component Diagram
XML Representation Summary
<ns:ShippingCategoryDetails>
   
Content: 
</ns:ShippingCategoryDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ShippingCategoryDetails" type="ns:ShippingCategoryDetailsType"/>

ns:ShippingLocationDetails
Type:
Lists the worldwide regions that can be set as shipping locations from the specified eBay site.

Note: This container is only returned if ShippingLocationDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:ShippingLocationDetails>
   
Content: 
</ns:ShippingLocationDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ShippingLocationDetails" type="ns:ShippingLocationDetailsType"/>

ns:ShippingPackageDetails
Type:
Lists the various shipping packages supported by the specified site.

Note: This container is only returned if ShippingPackageDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:ShippingPackageDetails>
   
Content: 
</ns:ShippingPackageDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ShippingPackageDetails" type="ns:ShippingPackageDetailsType"/>

ns:ShippingServiceDetails
Type:
Lists the shipping services supported by the specified eBay site. Returns only the shipping services that are applicable to the site specified in the request.

Note: This container is only returned if ShippingServiceDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:ShippingServiceDetails>
   
Content: 
</ns:ShippingServiceDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="ShippingServiceDetails" type="ns:ShippingServiceDetailsType"/>

ns:SiteDetails
Type:
ns:SiteDetailsType, complex content
Lists all available eBay sites and their associated SiteID numbers.

Note: This container is only returned if SiteDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:SiteDetails>
   
Content: 
</ns:SiteDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="SiteDetails" type="ns:SiteDetailsType"/>

ns:TaxJurisdiction
Type:
ns:TaxJurisdictionType, complex content
Details the different tax jurisdictions or tax regions applicable to the site specified in the request. Note that tax jurisdictions are only applicable to the following eBay sites: eBay US (Site ID 0), eBay Canada (Site ID 2), eBay Canada (French) (Site ID 210), and eBay India (Site ID 203). An empty response will be returned for any other Site ID that is passed in the HTTP header.

Note: This container is only returned if TaxJurisdiction is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:TaxJurisdiction>
   
Content: 
</ns:TaxJurisdiction>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="TaxJurisdiction" type="ns:TaxJurisdictionType"/>

ns:TimeZoneDetails
Type:
ns:TimeZoneDetailsType, complex content
Lists the details of the time zones supported by the eBay system.

Note: This container is only returned if TimeZoneDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:TimeZoneDetails>
   
Content: 
</ns:TimeZoneDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="TimeZoneDetails" type="ns:TimeZoneDetailsType"/>

ns:UnitOfMeasurementDetails
Type:
Units of measurement are no longer returned in GeteBayDetails, so this container is no longer applicable.
Component Diagram
XML Representation Summary
<ns:UnitOfMeasurementDetails>
   
Content: 
</ns:UnitOfMeasurementDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="UnitOfMeasurementDetails" type="ns:UnitOfMeasurementDetailsType"/>

ns:UpdateTime
Type:
xs:dateTime, predefined, simple content
The time of the most recent modification to any feature detail. If specific feature details are passed in the request, gives the most recent modification time of those feature details.
XML Representation Summary
<ns:UpdateTime>
   
Content: 
{ xs:dateTime }
</ns:UpdateTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="UpdateTime" type="xs:dateTime"/>

ns:URLDetails
Type:
ns:URLDetailsType, complex content
Lists eBay URLs that are applicable to the site specified in the request.

Note: This container is only returned if URLDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:URLDetails>
   
Content: 
</ns:URLDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="URLDetails" type="ns:URLDetailsType"/>

ns:VariationDetails
Type:
ns:VariationDetailsType, complex content
Site-level validation rules for multi-variation listings (for example, the maximum number of variations per listing). Use GetCategoryFeatures to determine which categories on a site support variations. Use GetCategorySpecifics for rules related to recommended or required variation specifics.

Note: This container is only returned if VariationDetails is included as a DetailName filter in the request, or if no DetailName filters are used in the request.
Component Diagram
XML Representation Summary
<ns:VariationDetails>
   
Content: 
</ns:VariationDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="VariationDetails" type="ns:VariationDetailsType"/>

 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.