eBay Merchant Data APIVersion 1255
 

CurrencyDetailsType

Type defining the CurrencyDetails container that is returned in the GeteBayDetails response if 'CurrencyDetails' is used as a DetailName value in the request, or no DetailName values are used in the request. A CurrencyDetails container is returned for each currency value that is available to use in the Item.Currency field in an Add/Revise/Relist call.

No calls use CurrencyDetailsType.

Fields

Currency ( CurrencyCodeType ) [0..1]
Not used by any call.

Three-digit currency codes as defined in ISO 4217. The currency codes returned in GeteBayDetails can be used as values in the Currency field of the Add/Revise/Relist and other Trading API calls.
See the Field Index to learn which calls use Currency.

Description ( string ) [0..1]
Not used by any call.

Full currency name for display purposes.
See the Field Index to learn which calls use Description.

DetailVersion ( string ) [0..1]
Not used by any call.

Returns the latest version number for this field. The version can be used to determine if and when to refresh cached client data.
See the Field Index to learn which calls use DetailVersion.

UpdateTime ( dateTime ) [0..1]
Not used by any call.

Gives the time in GMT that the feature flags for the details were last updated. This timestamp can be used to determine if and when to refresh cached client data.
See the Field Index to learn which calls use UpdateTime.