Currencies
Query the supported Currencies in eBay.
Table Specific Information
Select
Returns all supported currencies. No columns are supported for filtering.
SELECT * FROM Currencies
Columns
Name | Type | Description |
Currency | String | The three-digit currency code as defined in ISO 4217. |
Description | String | Full currency name for display purposes. |
DetailVersion | String | Returns the latest version number for this field. |
UpdateTime | Datetime | Gives the time in GMT that the feature fields for the details were last updated. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description |
DetailName | String | If set to a value of CurrencyDetails, additional currency details are returned.
The allowed values are CurrencyDetails. |