Retrieves eBay IDs and codes (e.g., site IDs and shipping service codes), enumerated data (e.g., payment methods), and other common eBay meta-data. This call enables you to keep certain data up to date in your applications without referring to the schema, the documentation, or the eBay online help. Other data is returned for your reference, but you may need to refer to the schema or the documentation for information about valid values and usage.
In some cases, the data returned in the response will vary according to the site that you use for the request.
If you use GeteBayDetails in preparation for listing in the US Motors Parts and Accessories categories, use site ID 0 (which is the site ID of the US site) when you call GeteBayDetails.
| Output Detail Controls Samples Change History Top Errors for GeteBayDetails User Notes |
The box below lists all fields that could be included in the call request. To learn more about an individual field or its type, click its name in the box (or scroll down to find it in the table below the box).
See also Samples.
See also the Deprecated Objects link above. Fields presented in this color are deprecated, and fields presented in this color are (or soon will be) non-operational.
The XML prototype may be missing some XML fields and attributes. This is a documentation limitation only (see Limitations of This Document).
<?xml version="1.0" encoding="utf-8"?>
<GeteBayDetailsRequest xmlns="urn:ebay:apis:eBLBaseComponents">
<!-- Standard Input Fields -->
<ErrorLanguage> string </ErrorLanguage>
<MessageID> string </MessageID>
<Version> string </Version>
<WarningLevel> WarningLevelCodeType </WarningLevel>
<!-- Call-specific Input Fields -->
<DetailName> DetailNameCodeType </DetailName>
<!-- ... more DetailName nodes here ... -->
</GeteBayDetailsRequest>
| Argument | Type | Reqd? | Meaning |
|---|---|---|---|
| Standard Input Fields [Jump to call-specific fields] | |||
| ErrorLanguage | string | Optional |
Use ErrorLanguage to return error strings for the call in a different language from the language commonly associated with the site that the requesting user is registered with. Specify the standard RFC 3066 language identification tag (e.g., en_US). ID--- country ----- ----- de_AT Austria de_CH Switzerland de_DE Germany en_AU Australia en_CA Canada en_GB United Kingdom en_SG Singapore en_US United States es_ES Spain fr_BE Belgium (French) fr_CA Canada (French) fr_FR France it_IT Italy nl_BE Belgium (Dutch) nl_NL Netherlands zh_CN China en_IN India en_IE Ireland zh_HK Hong Kong See Tags for the Identification of Languages. |
| MessageID | string | Optional |
In most cases, all calls support a MessageID element in the request and a CorrelationID element in the response. If you pass a message ID in a request, we will return the same value in CorrelationID in the response. You can use this for tracking that a response is returned for every request and to match particular responses to particular requests. If you do not pass MessageID in the request, CorrelationID is not returned. Note: GetCategories, GetAttributesCS, GetCategory2CS, GetAttributesXSL, GetProductFinder, GetProductFinderXSL, and GetProductSearchPage are designed to retrieve very large sets of metadata that change once a day or less often. To improve performance, these calls return cached responses when you request all available data (with no filters). When this occurs, the MessageID and CorrelationID fields aren't applicable. However, if you specify an input filter to reduce the amount of data returned, the calls retrieve the latest data (not cached). When this occurs, MessageID and CorrelationID are applicable. |
| Version | string | Conditional |
The version number of the API code that you are programming against (e.g., 549). The version you specify for a call has these basic effects: - It indicates the version of the code lists and other data that eBay should use to process your request. - It indicates the schema version you are using. You need to use a version that is greater than or equal to the lowest supported version. For the SOAP API: If you are using the SOAP API, this field is required. Specify the version of the WSDL your application is using. For the XML API: If you are using the XML API, this field has no effect. Instead, specify the version in the X-EBAY-API-COMPATIBILITY-LEVEL HTTP header. (If you specify Version in the body of an XML API request and it is different from the value in the HTTP header, eBay returns an informational warning that the value in the HTTP header was used instead.) See: HTTP Headers (XML API Only) eBay Schema Versioning Strategy Lowest Supported Version |
| WarningLevel | WarningLevelCodeType | Optional |
Controls whether or not to return warnings when the application passes unrecognized or deprecated elements in a request. An unrecognized element is one that is not defined in any supported version of the schema. Schema element names are case-sensitive, so using WarningLevel can also help you remove any potential hidden bugs within your application due to incorrect case or spelling in field names before you put your application into the Production environment. WarningLevel only validates elements; it doesn't validate XML attributes. It also doesn't control warnings related to user-entered strings or numbers, or warnings for logical errors. We recommend that you only use this during development and debugging. Do not use this in requests in your production code. Applicable values: • High (in) Return warnings when the application passes unrecognized or deprecated elements in a request. • Low (in) Do not return warnings when the application passes unrecognized or deprecated elements in a request. This is the default value if WarningLevel is not specified. See Warning Level. |
| Call-specific Input Fields | |||
| DetailName | DetailNameCodeType (repeatable) |
Optional |
A designation of what kind of information you wish returned for the specified eBay site. If omitted, all details are returned. The possible values for input (the enumeration values of DetailNameCodeType) are the same name as fields returned by the response. See the documentation for the GeteBayDetails response to better understand the DetailName options.
Applicable values: • CountryDetails (in) Details about a specific country. • CurrencyDetails (in) Details about a specific currency. • CustomCode (in) Reserved for future use. • DispatchTimeMaxDetails (in) Details about a specific maximum dispatch time. • ItemSpecificDetails (in) Details about Item Specifics rules for the site. • PaymentOptionDetails (in) Details about a specific payment option. • RegionDetails (in) Not functional. Do not specify this value. • RegionOfOriginDetails (in) Details about the region of origin of a listing. • ReturnPolicyDetails (in) Details about various options in the return policy. • ShippingCarrierDetails (in) Details about various Shipping Carriers. • ShippingLocationDetails (in) Details about a specific location or region to which the seller is willing to ship. • ShippingPackageDetails (in) Details about various Shipping Packages. • ShippingServiceDetails (in) Details about a specific shipping service. • SiteDetails (in) Details about a specific eBay site. • TaxJurisdiction (in) Details about a specific tax jurisdiction or region. • TimeZoneDetails (in) Details about a specific time zone. • UnitOfMeasurementDetails (in) Details about suggested unit of measure strings to use when listing items with Item Specifics. • URLDetails (in) Details about a specific eBay URL. |
| Input Detail Controls Samples Change History Top Errors for GeteBayDetails User Notes |
The box below lists all fields that might be returned in the call response. To learn more about an individual field or its type, click its name in the box (or scroll down to find it in the table below the box).
See also Samples.
See also the Deprecated Objects link above. Fields presented in this color are deprecated, and fields presented in this color are not returned (or soon will not be returned) or are not operational (or soon will be non-operational).
The XML prototype may be missing some XML fields and attributes. This is a documentation limitation only (see Limitations of This Document).
<?xml version="1.0" encoding="utf-8"?>
<GeteBayDetailsResponse xmlns="urn:ebay:apis:eBLBaseComponents">
<!-- Standard Output Fields -->
<Ack> AckCodeType </Ack>
<Build> string </Build>
<CorrelationID> string </CorrelationID>
<Errors> ErrorType
<ErrorClassification> ErrorClassificationCodeType </ErrorClassification>
<ErrorCode> token </ErrorCode>
<ErrorParameters ParamID="string"> ErrorParameterType
<Value> string </Value>
</ErrorParameters>
<!-- ... more ErrorParameters nodes here ... -->
<LongMessage> string </LongMessage>
<SeverityCode> SeverityCodeType </SeverityCode>
<ShortMessage> string </ShortMessage>
</Errors>
<!-- ... more Errors nodes here ... -->
<HardExpirationWarning> string </HardExpirationWarning>
<Timestamp> dateTime </Timestamp>
<Version> string </Version>
<!-- Call-specific Output Fields -->
<CountryDetails> CountryDetailsType
<Country> CountryCodeType </Country>
<Description> string </Description>
</CountryDetails>
<!-- ... more CountryDetails nodes here ... -->
<CurrencyDetails> CurrencyDetailsType
<Currency> CurrencyCodeType </Currency>
<Description> string </Description>
</CurrencyDetails>
<!-- ... more CurrencyDetails nodes here ... -->
<DispatchTimeMaxDetails> DispatchTimeMaxDetailsType
<Description> string </Description>
<DispatchTimeMax> int </DispatchTimeMax>
</DispatchTimeMaxDetails>
<!-- ... more DispatchTimeMaxDetails nodes here ... -->
<ItemSpecificDetails> ItemSpecificDetailsType
<MaxCharactersPerName> int </MaxCharactersPerName>
<MaxCharactersPerValue> int </MaxCharactersPerValue>
<MaxItemSpecificsPerItem> int </MaxItemSpecificsPerItem>
<MaxValuesPerName> int </MaxValuesPerName>
</ItemSpecificDetails>
<!-- ... more ItemSpecificDetails nodes here ... -->
<PaymentOptionDetails> PaymentOptionDetailsType
<Description> string </Description>
<PaymentOption> BuyerPaymentMethodCodeType </PaymentOption>
</PaymentOptionDetails>
<!-- ... more PaymentOptionDetails nodes here ... -->
<RegionDetails> RegionDetailsType
<Description> string </Description>
<RegionID> string </RegionID>
</RegionDetails>
<!-- ... more RegionDetails nodes here ... -->
<RegionOfOriginDetails> RegionOfOriginDetailsType
<Description> string </Description>
<RegionOfOrigin> string </RegionOfOrigin>
</RegionOfOriginDetails>
<!-- ... more RegionOfOriginDetails nodes here ... -->
<ReturnPolicyDetails> ReturnPolicyDetailsType
<Description> boolean </Description>
<EAN> boolean </EAN>
<Refund> RefundDetailsType
<Description> string </Description>
<RefundOption> token </RefundOption>
</Refund>
<!-- ... more Refund nodes here ... -->
<ReturnsAccepted> ReturnsAcceptedDetailsType
<Description> string </Description>
<ReturnsAcceptedOption> token </ReturnsAcceptedOption>
</ReturnsAccepted>
<!-- ... more ReturnsAccepted nodes here ... -->
<ReturnsWithin> ReturnsWithinDetailsType
<Description> string </Description>
<ReturnsWithinOption> token </ReturnsWithinOption>
</ReturnsWithin>
<!-- ... more ReturnsWithin nodes here ... -->
<ShippingCostPaidBy> ShippingCostPaidByDetailsType
<Description> string </Description>
<ShippingCostPaidByOption> token </ShippingCostPaidByOption>
</ShippingCostPaidBy>
<!-- ... more ShippingCostPaidBy nodes here ... -->
<WarrantyDuration> WarrantyDurationDetailsType
<Description> string </Description>
<WarrantyDurationOption> token </WarrantyDurationOption>
</WarrantyDuration>
<!-- ... more WarrantyDuration nodes here ... -->
<WarrantyOffered> WarrantyOfferedDetailsType
<Description> string </Description>
<WarrantyOfferedOption> token </WarrantyOfferedOption>
</WarrantyOffered>
<!-- ... more WarrantyOffered nodes here ... -->
<WarrantyType> WarrantyTypeDetailsType
<Description> string </Description>
<WarrantyTypeOption> token </WarrantyTypeOption>
</WarrantyType>
<!-- ... more WarrantyType nodes here ... -->
</ReturnPolicyDetails>
<ShippingCarrierDetails> ShippingCarrierDetailsType
<Description> string </Description>
<ShippingCarrier> ShippingCarrierCodeType </ShippingCarrier>
<ShippingCarrierID> int </ShippingCarrierID>
</ShippingCarrierDetails>
<!-- ... more ShippingCarrierDetails nodes here ... -->
<ShippingLocationDetails> ShippingLocationDetailsType
<Description> string </Description>
<ShippingLocation> string </ShippingLocation>
</ShippingLocationDetails>
<!-- ... more ShippingLocationDetails nodes here ... -->
<ShippingPackageDetails> ShippingPackageDetailsType
<Default> boolean </Default>
<Description> string </Description>
<PackageID> int </PackageID>
<ShippingPackage> ShippingPackageCodeType </ShippingPackage>
</ShippingPackageDetails>
<!-- ... more ShippingPackageDetails nodes here ... -->
<ShippingServiceDetails> ShippingServiceDetailsType
<CODService> boolean </CODService>
<CostGroupFlat> token </CostGroupFlat>
<DeprecationDetails> AnnouncementMessageType
<AnnouncementStartTime> dateTime </AnnouncementStartTime>
<EventTime> dateTime </EventTime>
<MessageType> AnnouncementMessageCodeType </MessageType>
</DeprecationDetails>
<!-- ... more DeprecationDetails nodes here ... -->
<Description> string </Description>
<DimensionsRequired> boolean </DimensionsRequired>
<ExpeditedService> boolean </ExpeditedService>
<InternationalService> boolean </InternationalService>
<MappedToShippingServiceID> int </MappedToShippingServiceID>
<ServiceType> ShippingTypeCodeType </ServiceType>
<!-- ... more ServiceType nodes here ... -->
<ShippingCarrier> ShippingCarrierCodeType </ShippingCarrier>
<!-- ... more ShippingCarrier nodes here ... -->
<ShippingPackage> ShippingPackageCodeType </ShippingPackage>
<!-- ... more ShippingPackage nodes here ... -->
<ShippingService> token </ShippingService>
<ShippingServiceID> int </ShippingServiceID>
<ShippingTimeMax> int </ShippingTimeMax>
<ShippingTimeMin> int </ShippingTimeMin>
<SurchargeApplicable> boolean </SurchargeApplicable>
<ValidForSellingFlow> boolean </ValidForSellingFlow>
</ShippingServiceDetails>
<!-- ... more ShippingServiceDetails nodes here ... -->
<SiteDetails> SiteDetailsType
<Site> SiteCodeType </Site>
<SiteID> int </SiteID>
</SiteDetails>
<!-- ... more SiteDetails nodes here ... -->
<TaxJurisdiction> TaxJurisdictionType
<JurisdictionID> string </JurisdictionID>
<JurisdictionName> string </JurisdictionName>
</TaxJurisdiction>
<!-- ... more TaxJurisdiction nodes here ... -->
<TimeZoneDetails> TimeZoneDetailsType
<DaylightSavingsInEffect> boolean </DaylightSavingsInEffect>
<DaylightSavingsLabel> string </DaylightSavingsLabel>
<DaylightSavingsOffset> string </DaylightSavingsOffset>
<StandardLabel> string </StandardLabel>
<StandardOffset> string </StandardOffset>
<TimeZoneID> string </TimeZoneID>
</TimeZoneDetails>
<!-- ... more TimeZoneDetails nodes here ... -->
<UnitOfMeasurementDetails> UnitOfMeasurementDetailsType
<UnitOfMeasurement> UnitOfMeasurementType
<AlternateText> string </AlternateText>
<!-- ... more AlternateText nodes here ... -->
<SuggestedText> string </SuggestedText>
</UnitOfMeasurement>
<!-- ... more UnitOfMeasurement nodes here ... -->
</UnitOfMeasurementDetails>
<!-- ... more UnitOfMeasurementDetails nodes here ... -->
<URLDetails> URLDetailsType
<URL> anyURI </URL>
<URLType> URLTypeCodeType </URLType>
</URLDetails>
<!-- ... more URLDetails nodes here ... -->
</GeteBayDetailsResponse>
| Return Value | Type | Returned? | Meaning |
|---|---|---|---|
| Standard Output Fields [Jump to call-specific fields] | |||
| Ack | AckCodeType | Always |
A token representing the application-level acknowledgement code that indicates the response status (e.g., success). The AckCodeType list specifies the possible values for Ack.
Applicable values: • CustomCode (out) Reserved for internal or future use. • Failure (out) Request processing failed • Success (out) Request processing succeeded • Warning (out) Request processing completed with warning information being included in the response message (Not all values in AckCodeType apply to this field.) |
| Build | string | Always | This refers to the specific software build that eBay used when processing the request and generating the response. This includes the version number plus additional information. eBay Developer Support may request the build information when helping you resolve technical issues. |
| CorrelationID | string | Conditionally |
In most cases, all calls support a MessageID element in the request and a CorrelationID element in the response. If you pass a message ID in a request, we will return the same value in CorrelationID in the response. You can use this for tracking that a response is returned for every request and to match particular responses to particular requests. If you do not pass MessageID in the request, CorrelationID is not returned. Note: GetCategories, GetAttributesCS, GetCategory2CS, GetAttributesXSL, GetProductFinder, GetProductFinderXSL, and GetProductSearchPage are designed to retrieve very large sets of metadata that change once a day or less often. To improve performance, these calls return cached responses when you request all available data (with no filters). When this occurs, the MessageID and CorrelationID fields aren't applicable. However, if you specify an input filter to reduce the amount of data returned, the calls retrieve the latest data (not cached). When this occurs, MessageID and CorrelationID are applicable. |
| Errors | ErrorType (repeatable) |
Conditionally |
A list of application-level errors (if any) that occurred when eBay processed the request.
See Error Handling. |
| Errors.ErrorClassification | ErrorClassificationCodeType | Conditionally |
API errors are divided between two classes: system errors and request errors.
Applicable values: • CustomCode (out) Reserved for internal or future use. • RequestError (out) An error has occurred either as a result of a problem in the sending application or because the application's end-user has attempted to submit invalid data (or missing data). In these cases, do not retry the request. The problem must be corrected before the request can be made again. If the problem is due to something in the application (such as a missing required field), the application must be changed. If the problem is a result of end-user data, the application must alert the end-user to the problem and provide the means for the end-user to correct the data. Once the problem in the application or data is resolved, resend the request to eBay with the corrected data. • SystemError (out) Indicates that an error has occurred on the eBay system side, such as a database or server down. An application can retry the request as-is a reasonable number of times (eBay recommends twice). If the error persists, contact Developer Technical Support. Once the problem has been resolved, the request may be resent in its original form. |
| Errors.ErrorCode | token | Conditionally | A unique code that identifies the particular error condition that occurred. Your application can use error codes as identifiers in your customized error-handling algorithms. |
| Errors.ErrorParameters | ErrorParameterType (repeatable) |
Conditionally | This optional element carries a list of context-specific error variables that indicate details about the error condition. These are useful when multiple instances of ErrorType are returned. |
| Errors.ErrorParameters [ attribute ParamID ] |
string | Conditionally | The index of the parameter in the list of parameter types returned within the error type. |
| Errors.ErrorParameters.Value | string | Conditionally | The value of the variable (e.g., the attribute set ID) |
| Errors.LongMessage | string | Conditionally | A more detailed description of the condition that raised the error. |
| Errors.SeverityCode | SeverityCodeType | Conditionally |
Indicates whether the error is a severe error (causing the request to fail) or an informational error (a warning) that should be communicated to the user.
Applicable values: • CustomCode (out) Reserved for internal or future use • Error (out) Application-level error • Warning (out) Warning or informational error |
| Errors.ShortMessage | string | Conditionally | A brief description of the condition that raised the error. |
| HardExpirationWarning | string | Conditionally | Expiration date of the user's authentication token. Only returned within the 7-day period prior to a token's expiration. To ensure that user authentication tokens are secure and to help avoid a user's token being compromised, tokens have a limited life span. A token is only valid for a period of time (set by eBay). After this amount of time has passed, the token expires and must be replaced with a new token. |
| Timestamp | dateTime | Always |
This value represents the date and time when eBay processed the request. The time zone of this value is GMT and the format is the ISO 8601 date and time format (YYYY-MM-DDTHH:MM:SS.SSSZ). See Time Values in the eBay Web Services guide for information about this time format and converting to and from the GMT time zone. Note: GetCategories, GetAttributesCS, GetCategory2CS, GetAttributesXSL, GetProductFinder, GetProductFinderXSL, and GetProductSearchPage are designed to retrieve very large sets of metadata that change once a day or less often. To improve performance, these calls return cached responses when you request all available data (with no filters). When this occurs, this time value reflects the time the cached response was created. Thus, this value is not necessarily when the request was processed. However, if you specify an input filter to reduce the amount of data returned, the calls retrieve the latest data (not cached). When this occurs, this time value does reflect when the request was processed. |
| Version | string | Always | The version of the response payload schema. Indicates the version of the schema that eBay used to process the request. See "Standard Data for All Calls" in the eBay Web Services Guide for information on using the response version when troubleshooting "CustomCode" values that appear in the response. |
| Call-specific Output Fields | |||
| CountryDetails | CountryDetailsType (repeatable) |
Conditionally | Details about a specific country. GeteBayDetails returns all countries in the system, regardless of the site to which you sent the request. |
| CountryDetails.Country | CountryCodeType | Conditionally |
Two-letter country abbreviation. Related fields: Item.Country in AddItem SearchLocationFilter.CountryCode in GetSearchResults Applicable values: See Country. |
| CountryDetails.Description | string | Conditionally | Full country name for display purposes. May be similar to (but not necessarily identical to) CountryName in addresses (e.g., User.RegistrationAddress.CountryName in GetUser). |
| CurrencyDetails | CurrencyDetailsType (repeatable) |
Conditionally | Details about a specific currency that can be used for listing on an eBay site. GeteBayDetails returns all site currencies in the system, regardless of the site to which you sent the request. |
| CurrencyDetails.Currency | CurrencyCodeType | Conditionally |
Currency abbreviation. Related fields: Item.Currency and Item.StartPrice in AddItem SearchLocationFilter.Currency in GetSearchResults Applicable values: See Currency. |
| CurrencyDetails.Description | string | Conditionally | Full currency name for display purposes. |
| DispatchTimeMaxDetails | DispatchTimeMaxDetailsType (repeatable) |
Conditionally | Details about a specific max dispatch time. 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. GeteBayDetails returns all dispatch times in the system, regardless of the site to which you sent the request. |
|
DispatchTimeMaxDetails .Description |
string | Conditionally | Value and unit (e.g., 10 Days) for the maximum dispatch time. Useful for display purposes. |
|
DispatchTimeMaxDetails .DispatchTimeMax |
int | Conditionally |
Integer value (1, 2, 3, 4, 5, 10, 15, or 20) corresponding to the maximum dispatch time. Related field: Item.DispatchTimeMax in AddItem |
| ItemSpecificDetails | ItemSpecificDetailsType (repeatable) |
Conditionally | The site's validation rules (e.g., string lengths) for custom Item Specifics. |
|
ItemSpecificDetails .MaxCharactersPerName |
int | Conditionally |
The maximum number of characters the site supports per custom Item Specific name. Related fields: Item.ItemSpecifics in AddItem ItemSpecifics in GetCategorySpecifics ItemSpecifics in GetItemRecommendations |
|
ItemSpecificDetails .MaxCharactersPerValue |
int | Conditionally |
The maximum number of characters the site supports per custom Item Specific value. Related fields: Item.ItemSpecifics in AddItem ItemSpecifics in GetCategorySpecifics ItemSpecifics in GetItemRecommendations |
|
ItemSpecificDetails .MaxItemSpecificsPerItem |
int | Conditionally |
The maximum number of custom Item Specifics allowed when you list an item. Also the maximum returned per category in GetCategorySpecifics and GetItemRecommendations. Related fields: Item.ItemSpecifics in AddItem ItemSpecifics in GetCategorySpecifics ItemSpecifics in GetItemRecommendations |
|
ItemSpecificDetails .MaxValuesPerName |
int | Conditionally |
The maximum number of values returned for each custom Item Specific in GetCategorySpecifics and GetItemRecommendations. Related fields: ItemSpecifics in GetCategorySpecifics ItemSpecifics in GetItemRecommendations |
| PaymentOptionDetails | PaymentOptionDetailsType (repeatable) |
Conditionally | Details about a specific buyer payment method. GeteBayDetails only returns payment methods that are applicable to the site to which you sent the request. |
|
PaymentOptionDetails .Description |
string | Conditionally | Full name of the payment method for display purposes. |
|
PaymentOptionDetails .PaymentOption |
BuyerPaymentMethodCodeType | Conditionally |
A payment method value defined in the schema. Related fields: Item.PaymentMethods in AddItem PaymentMethodUsed in ReviseCheckoutStatus Applicable values: See PaymentOption. |
| RegionDetails | RegionDetailsType (repeatable) |
Conditionally | [Ignorable region values for all sites.] |
| RegionDetails.Description | string | Conditionally | Full name of the region. |
| RegionDetails.RegionID | string | Conditionally | Numeric identifier for a region within a country. |
| RegionOfOriginDetails | RegionOfOriginDetailsType (repeatable) |
Conditionally | Details about the region of origin, specific to a site. |
|
RegionOfOriginDetails .Description |
string | Conditionally | Full name of the region. |
|
RegionOfOriginDetails .RegionOfOrigin |
string | Conditionally | Numeric identifier for a region within a country. Permissible values are as in ShippingRegionCodeList.xsd and CountryCodeList.xsd |
| ReturnPolicyDetails | ReturnPolicyDetailsType | Conditionally | gives details about the returnpolicy related attributes . |
|
ReturnPolicyDetails .Description |
boolean | Conditionally | If true, the site supports a text description of the seller's return policy. |
| ReturnPolicyDetails.EAN | boolean | Conditionally | If true, the site supports specifying a European Article Number (EAN) with the return policy. |
| ReturnPolicyDetails.Refund | RefundDetailsType (repeatable) |
Conditionally | How the seller will compensate the buyer for a returned item (such as money back or exchange). |
|
ReturnPolicyDetails.Refund .Description |
string | Conditionally | Display string that applications can use to present RefundOption in a more user-friendly format (such as in a drop-down list). Not applicable as input to the AddItem family of calls. (Use RefundOption instead.) |
|
ReturnPolicyDetails.Refund .RefundOption |
token | Conditionally | How the seller will compensate the buyer for a returned item. This value can be passed in the AddItem family of calls. |
|
ReturnPolicyDetails .ReturnsAccepted |
ReturnsAcceptedDetailsType (repeatable) |
Conditionally | Whether the seller allows the buyer to return the item. |
|
ReturnPolicyDetails .ReturnsAccepted.Description |
string | Conditionally | Display string that applications can use to present ReturnsAcceptedOption in a more user-friendly format (such as in a drop-down list). Not applicable as input to the AddItem family of calls. (Use ReturnsAcceptedOption instead.) |
|
ReturnPolicyDetails .ReturnsAccepted .ReturnsAcceptedOption |
token | Conditionally | Whether the seller allows the buyer to return the item. This value can be passed in the AddItem family of calls. |
|
ReturnPolicyDetails .ReturnsWithin |
ReturnsWithinDetailsType (repeatable) |
Conditionally | Time period within which the buyer can return the item, starting from the day they receive the item. |
|
ReturnPolicyDetails .ReturnsWithin.Description |
string | Conditionally | Display string that applications can use to present ReturnsWithinOption in a more user-friendly format (such as in a drop-down list). Not applicable as input to the AddItem family of calls. (Use ReturnsWithinOption instead.) |
|
ReturnPolicyDetails .ReturnsWithin .ReturnsWithinOption |
token | Conditionally | The buyer can return the item within this period of time from the day they receive the item. This value can be passed in the AddItem family of calls. |
|
ReturnPolicyDetails .ShippingCostPaidBy |
ShippingCostPaidByDetailsType (repeatable) |
Conditionally | The party who pays the shipping cost for a returned item. |
|
ReturnPolicyDetails .ShippingCostPaidBy .Description |
string | Conditionally | Display string that applications can use to present ShippingCostPaidByOption in a more user-friendly format (such as in a drop-down list). Not applicable as input to the AddItem family of calls. (Use ShippingCostPaidByOption instead.) |
|
ReturnPolicyDetails .ShippingCostPaidBy .ShippingCostPaidByOption |
token | Conditionally | The party who pays the shipping cost for a returned item. This value can be passed in the AddItem family of calls. |
|
ReturnPolicyDetails .WarrantyDuration |
WarrantyDurationDetailsType (repeatable) |
Conditionally | The length of the warranty offered. |
|
ReturnPolicyDetails .WarrantyDuration.Description |
string | Conditionally | Display string that applications can use to present WarrantyDurationOption in a more user-friendly format (such as in a drop-down list). Not applicable as input to the AddItem family of calls. (Use WarrantyDurationOption instead.) |
|
ReturnPolicyDetails .WarrantyDuration .WarrantyDurationOption |
token | Conditionally | The warranty period. This value can be passed in the AddItem family of calls. |
|
ReturnPolicyDetails .WarrantyOffered |
WarrantyOfferedDetailsType (repeatable) |
Conditionally | Whether the item includes a warranty. |
|
ReturnPolicyDetails .WarrantyOffered.Description |
string | Conditionally | Display string that applications can use to present WarrantyOfferedOption in a more user-friendly format (such as in a drop-down list). Not applicable as input to the AddItem family of calls. (Use WarrantyOfferedOption instead.) |
|
ReturnPolicyDetails .WarrantyOffered .WarrantyOfferedOption |
token | Conditionally | Whether the item includes a warranty. This value can be passed in the AddItem family of calls. |
|
ReturnPolicyDetails .WarrantyType |
WarrantyTypeDetailsType (repeatable) |
Conditionally | The type of warranty offered. |
|
ReturnPolicyDetails .WarrantyType.Description |
string | Conditionally | Display string that applications can use to present WarrantyTypeOption in a more user-friendly format (such as in a drop-down list). Not applicable as input to the AddItem family of calls. (Use WarrantyTypeOption instead.) |
|
ReturnPolicyDetails .WarrantyType .WarrantyTypeOption |
token | Conditionally | The source or type of the warranty. This value can be passed in the AddItem family of calls. |
| ShippingCarrierDetails | ShippingCarrierDetailsType (repeatable) |
Conditionally | The kinds of carrier supported by this shipping service. |
|
ShippingCarrierDetails .Description |
string | Conditionally | Full name of the shipping Carrier for display purposes. |
|
ShippingCarrierDetails .ShippingCarrier |
ShippingCarrierCodeType | Conditionally |
Value used for the shipping Carrier.
Applicable values: • Chronopost (out) Chronopost • ColiposteDomestic (out) Coliposte Domestic • ColiposteInternational (out) Coliposte International • Correos (out) Correos • CustomCode (out) Reserved for internal or future use • DeutschePost (out) Deutsche Post. • DHL (out) DHL service • Hermes (out) Hermes • iLoxx (out) iLoxx • Nacex (out) Nacex • Other (out) Other postal service • Seur (out) Seur (reserved for future use) • UPS (in/out) United Parcel Service. • USPS (in/out) U.S. Postal Service. |
|
ShippingCarrierDetails .ShippingCarrierID |
int | Conditionally | Numeric identifier. Some applications use this ID to look up shipping Carriers more efficiently. |
| ShippingLocationDetails | ShippingLocationDetailsType (repeatable) |
Conditionally | Details about a location or region to which the seller is willing to ship. GeteBayDetails returns all shipping locations in the system, regardless of the site to which you sent the request. |
|
ShippingLocationDetails .Description |
string | Conditionally | Display name of region or location (sometimes more descriptive than the ShippingLocation short name). |
|
ShippingLocationDetails .ShippingLocation |
string | Conditionally |
Short name or abbreviation for a region (e.g., Asia) or location (e.g. Japan). Related field: Item.ShippingDetails.InternationalShippingServiceOption.ShipToLocation in AddItem |
| ShippingPackageDetails | ShippingPackageDetailsType (repeatable) |
Conditionally | Details about various shipping packages. |
| ShippingPackageDetails.Default | boolean | Conditionally | Indicates if the package type is the default for the specified site. |
|
ShippingPackageDetails .Description |
string | Conditionally | Full name of the shipping package for display purposes. |
|
ShippingPackageDetails .PackageID |
int | Conditionally | Numeric identifier. Some applications use this ID to look up shipping packages more efficiently. |
|
ShippingPackageDetails .ShippingPackage |
ShippingPackageCodeType | Conditionally |
Value used for the shipping package. For a list of valid values that you can cache for future use, call GeteBayDetails with DetailName set to ShippingPackageDetails.
Applicable values: See ShippingPackage. |
| ShippingServiceDetails | ShippingServiceDetailsType (repeatable) |
Conditionally | Details about a specific shipping service. GeteBayDetails only returns shipping services that are applicable to the site to which you sent the request. |
|
ShippingServiceDetails .CODService |
boolean | Conditionally | Applies to the Italy site (site ID 101) only. Indicates whether the shipping service is a Cash On Delivery shipping service. Returned only if true. |
|
ShippingServiceDetails .CostGroupFlat |
token | Conditionally | If returned, this is the shipping service group to which the shipping service belongs. Valid values are found in CostGroupFlatCodeType. |
|
ShippingServiceDetails .DeprecationDetails |
AnnouncementMessageType (repeatable) |
Conditionally |
A mechanism by which details about deprecation of a shipping service is announced. See also MappedToShippingServiceID. If this container is empty, it means that there is no mapping for this shipping service and that the shipping service will be dropped from the listing without an accompanying warning message from the eBay API.
See Deprecated Shipping Services. |
|
ShippingServiceDetails .DeprecationDetails .AnnouncementStartTime |
dateTime | Conditionally | The date on which an upcoming event can start to be announced. |
|
ShippingServiceDetails .DeprecationDetails.EventTime |
dateTime | Conditionally | The date on which the event occurs. This is also the ending date of the announcement that lead up to the event (see AnnouncementStartTime). |
|
ShippingServiceDetails .DeprecationDetails .MessageType |
AnnouncementMessageCodeType | Conditionally |
Control of what messages to display.
Applicable values: • CustomCode (out) Reserved for future use. • Deprecation (out) A deprecation message is to be made available, but only if today's date is between AnnouncementMessageType.AnnouncementStartTime and AnnouncementMessageType.EventTime. • DeprecationAndMapping (out) Both "Deprecation" and "Mapping" enumerations are to apply. • Mapping (out) A mapping message is to be made available, but only if today's date is after AnnouncementMessageType.EventTime. • None (out) No message is to be made available. |
|
ShippingServiceDetails .Description |
string | Conditionally | Full name of the shipping service for display purposes. |
|
ShippingServiceDetails .DimensionsRequired |
boolean | Conditionally | True if this shipping service requires package dimensions. |
|
ShippingServiceDetails .ExpeditedService |
boolean | Conditionally |
Indicates whether the shipping service is an expedited shipping service. See Enabling Get It Fast. Whether the service is an expedited shipping service. Only returned for sites for which the Get It Fast feature is enabled and only if true. Related fields: Item.DispatchTimeMax and Item.GetItFast in AddItem |
|
ShippingServiceDetails .InternationalService |
boolean | Conditionally |
Indicates whether the shipping service is an international shipping service, i.e. one that ships from to another country from the country of the specified site. Related field: Item.ShippingDetails.InternationalShippingServiceOption in AddItem. |
|
ShippingServiceDetails .MappedToShippingServiceID |
int | Conditionally |
The ID of another shipping service that will be used when a shipping service is deprecated. See also DeprecationDetails.
See Deprecated Shipping Services. |
|
ShippingServiceDetails .ServiceType |
ShippingTypeCodeType (repeatable) |
Conditionally |
The types of shipping that this shipping service supports.
Applicable values: • Calculated (in/out) Calculated shipping model: the cost of shipping is determined in large part by the seller-offered and buyer-selected shipping service. The seller might assess an additional fee via PackagingHandlingCosts. • Flat (in/out) Flat shipping model: the seller establishes the cost of shipping and cost of shipping insurance, regardless of what any buyer-selected shipping service might charge the seller. (Not all values in ShippingTypeCodeType apply to this field.) |
|
ShippingServiceDetails .ShippingCarrier |
ShippingCarrierCodeType (repeatable) |
Conditionally |
The kinds of carrier supported by this shipping service.
Applicable values: • Chronopost (out) Chronopost • ColiposteDomestic (out) Coliposte Domestic • ColiposteInternational (out) Coliposte International • Correos (out) Correos • CustomCode (out) Reserved for internal or future use • DeutschePost (out) Deutsche Post. • DHL (out) DHL service • Hermes (out) Hermes • iLoxx (out) iLoxx • Nacex (out) Nacex • Other (out) Other postal service • Seur (out) Seur (reserved for future use) • UPS (in/out) United Parcel Service. • USPS (in/out) U.S. Postal Service. |
|
ShippingServiceDetails .ShippingPackage |
ShippingPackageCodeType (repeatable) |
Conditionally |
The kinds of packages supported by this shipping service.
Applicable values: See ShippingPackage. |
|
ShippingServiceDetails .ShippingService |
token | Conditionally |
Value used for the shipping service. For a list of valid values that you can cache for future use, call GeteBayDetails with DetailName set to ShippingServiceDetails. Related fields: Item.ShippingDetails.InternationalShippingServiceOption.ShippingService in AddItem Item.ShippingDetails.ShippingServiceOptions.ShippingService in AddItem |
|
ShippingServiceDetails .ShippingServiceID |
int | Conditionally | Numeric identifier. A value greater than 50000 represents an international shipping service (confirmed by InternationalShippingService being true). Some applications use this ID to look up shipping services more efficiently. Also useful for applications that have migrated from the legacy XML API. |
|
ShippingServiceDetails .ShippingTimeMax |
int | Conditionally | The maximum guaranteed number of days the shipping carrier will take to ship an item (not including the time it takes the seller to deliver the item to the shipping carrier). Always returned when ExpeditedService is true or if defined for a particular service. See Enabling Get It Fast feature. |
|
ShippingServiceDetails .ShippingTimeMin |
int | Conditionally | The minimum guaranteed number of days the shipping carrier will take to ship an item (not including the time it takes the seller to deliver the item to the shipping carrier). Always returned when ExpeditedService is true or if defined for a particular service. See Enabling Get It Fast feature. |
|
ShippingServiceDetails .SurchargeApplicable |
boolean | Conditionally | True if a surcharge applies for any region that this service ships to. |
|
ShippingServiceDetails .ValidForSellingFlow |
boolean | Conditionally | True if the shipping service is valid for the Sell Your Item flow. |
| SiteDetails | SiteDetailsType (repeatable) |
Conditionally | Details about a specific eBay site. GeteBayDetails returns all sites in the system, regardless of the site to which you sent the request. |
| SiteDetails.Site | SiteCodeType | Conditionally |
Short name that identifies an eBay site. Usually, an eBay site is associated with a particular country or region (e.g., US or Belgium_French). Specialty sites (e.g., eBay Express or eBay Stores) use the same site ID as their associated main eBay site. The US eBay Motors site is an exception to this convention. Related fields: Item.Site in AddItem User.Site in GetUser Applicable values: See Site. |
| SiteDetails.SiteID | int | Conditionally | Numeric identifier for an eBay site. If you are using the SOAP API, you use numeric site IDs in the request URL. If you are using the XML API, you use numeric site IDs in the X-EBAY-API-SITEID header. |
| TaxJurisdiction | TaxJurisdictionType (repeatable) |
Conditionally |
Details about a specific tax jurisdiction or tax region. GeteBayDetails only returns jurisdictions that are applicable to the site to which you sent the request. Related fields: TaxTable.TaxJurisdiction in SetTaxTable Item.UseTaxTable in Additem |
| TaxJurisdiction.JurisdictionID | string | Conditionally | Representative identifier for the jurisdiction. Typically an abbreviation (e.g. CA for California). |
|
TaxJurisdiction .JurisdictionName |
string | Conditionally | Full name for the jurisdiction or region for display purposes. |
| TimeZoneDetails | TimeZoneDetailsType (repeatable) |
Conditionally | Details about a specific eBay time zone. GeteBayDetails returns all time zones eBay supports. |
|
TimeZoneDetails .DaylightSavingsInEffect |
boolean | Conditionally | Indicates whether or not the time zone is currently on daylight saving time. A value of true indicates that the time zone is on daylights savings time. This element is emitted for time zones that support daylight saving time only. |
|
TimeZoneDetails .DaylightSavingsLabel |
string | Conditionally | Display name of a time zone in its daylight saving time representation. This element is emitted for time zones that support daylight saving time only. The value is localized and returned in the language for the site specified in the request. |
|
TimeZoneDetails .DaylightSavingsOffset |
string | Conditionally | The offset in hours from GMT for a time zone when it is on daylight saving time. This element is emitted for time zones that support daylight saving time only. |
| TimeZoneDetails.StandardLabel | string | Conditionally | Display name of a time zone in its standard (non-daylight saving) time representation. This value is localized and returned in the language for the site specified in the request (i.e., the numeric site ID that you specify in the request URL for the SOAP API or the X-EBAY-API-SITEID header for the XML API). |
| TimeZoneDetails.StandardOffset | string | Conditionally | The offset in hours from GMT for a time zone when it is not adjusted for daylight saving time. |
| TimeZoneDetails.TimeZoneID | string | Conditionally |
A unique identifier for a given time zone. This ID does not change for a given time zone, even if the time zone supports both standard and daylight saving time variants. Valid values for TimeZoneID correspond to OLSON IDs. These IDs provide not only the information as to the offset from GMT (UTC), but also daylight saving time information. Thus, for example, America/Phoenix is distinct from America/Denver because they have different daylight saving time behavior. This value is not localized.
See: Time Values Olson ID Comparison |
| UnitOfMeasurementDetails | UnitOfMeasurementDetailsType (repeatable) |
Conditionally | Suggested text to use when specifying units of measure in custom Item Specifics. |
|
UnitOfMeasurementDetails .UnitOfMeasurement |
UnitOfMeasurementType (repeatable) |
Conditionally | Contains a suggested unit of measure name plus one or more synonyms. |
|
UnitOfMeasurementDetails .UnitOfMeasurement .AlternateText |
string (repeatable) |
Conditionally | A synonym for the unit of measure (such as a fully spelled out name like "inches" instead of the standard abbreviation). This can be used to help a seller map unit names they use in their own catalog to unit names that are more popular on eBay. |
|
UnitOfMeasurementDetails .UnitOfMeasurement .SuggestedText |
string | Conditionally | The preferred way to specify a given unit of measure name, such as "in." (instead of "inches" or the " (double quote) symbol). |
| URLDetails | URLDetailsType (repeatable) |
Conditionally | Details about a specific eBay URL. GeteBayDetails only returns URLs that are applicable to the site to which you sent the request. |
| URLDetails.URL | anyURI | Conditionally |
A commonly used eBay URL. Applications use some of these URLs (such as the View Item URL) to launch eBay Web site pages in a browser. Logo URLs are required to be used in certain types of applications. See |