Trading_GeteBayDetailsResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_GeteBayDetailsResponseType.h Trading_GeteBayDetailsResponseType.m |
Overview
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.
@ingroup EBayAPIInterface
Tasks
-
countryDetails
Lists the country code and associated name of the countries supported by
property
the eBay system, regardless of the site specified in the request. -
currencyDetails
Lists the currencies supported by the eBay system, regardless of the site
property
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.
-
dispatchTimeMaxDetails
A dispatch time specifies the maximum number of business days a seller commits
property
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.
-
paymentOptionDetails
Deprecated
property
Use GetCategoryFeatures instead, and pass in
PaymentMethods as a FeatureID value in the request. -
regionDetails
No longer returned; replaced by ShippingLocationDetails.
property -
shippingLocationDetails
Lists the regions and locations supported by eBay’s shipping services. Returns
property
all shipping locations supported by eBay, regardless of the site specified in
the request.
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.
-
shippingServiceDetails
Lists the shipping services supported by the specified eBay site. Returns only
property
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.
-
siteDetails
Lists all available eBay sites and their associated SiteID numbers.
property
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.
-
taxJurisdiction
Details the different tax jurisdictions or tax regions applicable to the
property
site specified in the request.
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.
-
urlDetails
Lists eBay URLs that are applicable to the site specified in the request.\
property
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
-
timeZoneDetails
Lists the details of the time zones supported by the eBay system.
property
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.
-
itemSpecificDetails
The site’s validation rules (e.g., string lengths) for custom Item Specifics.
property
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.
-
unitOfMeasurementDetails
Lists the suggested unit-of-measurement strings to use with Item Specifics
property
descriptions.
Note:
This container is only returned if UnitOfMeasurementDetails is included as a
DetailName filter in the request, or if no DetailName
filters are used in the request.
-
regionOfOriginDetails
No longer returned.
property -
shippingPackageDetails
Lists the various shipping packages supported by the specified site.
property
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.
-
shippingCarrierDetails
Lists the shipping carriers supported by the specified site.
property
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.
-
returnPolicyDetails
Lists the return policies supported by the eBay site specified in the request.
property
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.
-
listingStartPriceDetails
Lists the minimum starting prices for the supported types of eBay listings.
property
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.
-
buyerRequirementDetails
Details various eBay-buyer requirements.
property -
listingFeatureDetails
Details the listing features available for the site specified in the request.
property
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.
-
variationDetails
Site-level validation rules for multi-variation listings (for example, the
property
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.
-
excludeShippingLocationDetails
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.
The codes reflect the <a href=
“http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm”
propertyISO 3166 location codes.
-
updateTime
The time of the most recent modification to any feature detail. If specific
property
feature details are passed in the request, gives the most recent modification time
of those feature details. -
recoupmentPolicyDetails
Details the recoupment policies for the site specified in the request.
property
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.
-
shippingCategoryDetails
A shipping service category supported for the site.
property
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.
Properties
buyerRequirementDetails
Details various eBay-buyer requirements.
@property (nonatomic, retain) NSMutableArray *buyerRequirementDetails
Discussion
Details various eBay-buyer requirements.
entry type : class Trading_SiteBuyerRequirementDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
countryDetails
Lists the country code and associated name of the countries supported by
the eBay system, regardless of the site specified in the request.
@property (nonatomic, retain) NSMutableArray *countryDetails
Discussion
Lists the country code and associated name of the countries supported by
the eBay system, regardless of the site specified in the request.
entry type : class Trading_CountryDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
currencyDetails
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.
@property (nonatomic, retain) NSMutableArray *currencyDetails
Discussion
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.
entry type : class Trading_CurrencyDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
dispatchTimeMaxDetails
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.
@property (nonatomic, retain) NSMutableArray *dispatchTimeMaxDetails
Discussion
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.
entry type : class Trading_DispatchTimeMaxDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
excludeShippingLocationDetails
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.
The codes reflect the <a href=
“http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm”
ISO 3166 location codes.
@property (nonatomic, retain) NSMutableArray *excludeShippingLocationDetails
Discussion
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.
The codes reflect the <a href=
“http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm”
ISO 3166 location codes.
entry type : class Trading_ExcludeShippingLocationDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
itemSpecificDetails
The site’s validation rules (e.g., string lengths) for custom 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.
@property (nonatomic, retain) NSMutableArray *itemSpecificDetails
Discussion
The site’s validation rules (e.g., string lengths) for custom 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.
entry type : class Trading_ItemSpecificDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
listingFeatureDetails
Details the listing features available for the 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.
@property (nonatomic, retain) NSMutableArray *listingFeatureDetails
Discussion
Details the listing features available for the 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.
entry type : class Trading_ListingFeatureDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
listingStartPriceDetails
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.
@property (nonatomic, retain) NSMutableArray *listingStartPriceDetails
Discussion
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.
entry type : class Trading_ListingStartPriceDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
paymentOptionDetails
Deprecated
Use GetCategoryFeatures instead, and pass in
PaymentMethods as a FeatureID value in the request.
@property (nonatomic, retain) NSMutableArray *paymentOptionDetails
Discussion
Deprecated
Use GetCategoryFeatures instead, and pass in
PaymentMethods as a FeatureID value in the request.
entry type : class Trading_PaymentOptionDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
recoupmentPolicyDetails
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.
@property (nonatomic, retain) NSMutableArray *recoupmentPolicyDetails
Discussion
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.
entry type : class Trading_RecoupmentPolicyDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
regionDetails
No longer returned; replaced by ShippingLocationDetails.
@property (nonatomic, retain) NSMutableArray *regionDetails
Discussion
No longer returned; replaced by ShippingLocationDetails.
entry type : class Trading_RegionDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
regionOfOriginDetails
No longer returned.
@property (nonatomic, retain) NSMutableArray *regionOfOriginDetails
Declared In
Trading_GeteBayDetailsResponseType.h
returnPolicyDetails
Lists the return policies supported by the eBay site specified in the request.
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.
@property (nonatomic, retain) Trading_ReturnPolicyDetailsType *returnPolicyDetails
Discussion
Lists the return policies supported by the eBay site specified in the request.
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.
type : class Trading_ReturnPolicyDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
shippingCarrierDetails
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.
@property (nonatomic, retain) NSMutableArray *shippingCarrierDetails
Discussion
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.
entry type : class Trading_ShippingCarrierDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
shippingCategoryDetails
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.
@property (nonatomic, retain) NSMutableArray *shippingCategoryDetails
Discussion
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.
entry type : class Trading_ShippingCategoryDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
shippingLocationDetails
Lists the regions and locations supported by eBay’s shipping services. Returns
all shipping locations supported by eBay, regardless of the site specified in
the request.
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.
@property (nonatomic, retain) NSMutableArray *shippingLocationDetails
Discussion
Lists the regions and locations supported by eBay’s shipping services. Returns
all shipping locations supported by eBay, regardless of the site specified in
the request.
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.
entry type : class Trading_ShippingLocationDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
shippingPackageDetails
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.
@property (nonatomic, retain) NSMutableArray *shippingPackageDetails
Discussion
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.
entry type : class Trading_ShippingPackageDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
shippingServiceDetails
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.
@property (nonatomic, retain) NSMutableArray *shippingServiceDetails
Discussion
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.
entry type : class Trading_ShippingServiceDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
siteDetails
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.
@property (nonatomic, retain) NSMutableArray *siteDetails
Discussion
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.
entry type : class Trading_SiteDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
taxJurisdiction
Details the different tax jurisdictions or tax regions applicable to the
site specified in the request.
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.
@property (nonatomic, retain) NSMutableArray *taxJurisdiction
Discussion
Details the different tax jurisdictions or tax regions applicable to the
site specified in the request.
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.
entry type : class Trading_TaxJurisdictionType
Declared In
Trading_GeteBayDetailsResponseType.h
timeZoneDetails
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.
@property (nonatomic, retain) NSMutableArray *timeZoneDetails
Discussion
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.
entry type : class Trading_TimeZoneDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
unitOfMeasurementDetails
Lists the suggested unit-of-measurement strings to use with Item Specifics
descriptions.
Note:
This container is only returned if UnitOfMeasurementDetails is included as a
DetailName filter in the request, or if no DetailName
filters are used in the request.
@property (nonatomic, retain) NSMutableArray *unitOfMeasurementDetails
Discussion
Lists the suggested unit-of-measurement strings to use with Item Specifics
descriptions.
Note:
This container is only returned if UnitOfMeasurementDetails is included as a
DetailName filter in the request, or if no DetailName
filters are used in the request.
entry type : class Trading_UnitOfMeasurementDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
updateTime
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.
@property (nonatomic, retain) NSDate *updateTime
Discussion
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.
type : NSDate, wrapper for primitive date
Declared In
Trading_GeteBayDetailsResponseType.h
urlDetails
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
@property (nonatomic, retain) NSMutableArray *urlDetails
Discussion
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
entry type : class Trading_URLDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h
variationDetails
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.
@property (nonatomic, retain) Trading_VariationDetailsType *variationDetails
Discussion
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.
type : class Trading_VariationDetailsType
Declared In
Trading_GeteBayDetailsResponseType.h