The Currency resource represents a currency used by selected shop's country.
| Name | Type | Description | |
|---|---|---|---|
id
|
number
|
Unique numeric identifier for the Currency. | |
code
|
string
|
The three-letter code (ISO 4217 format) for the currency. | |
symbol
|
string
|
Global currency symbol. | |
name
|
string
|
The name of the currency. |
{
"currency" : {
"id" : 12345,
"code" : "EUR",
"symbol" : "€",
"name" : "Euro"
}
}
The Currency resource represents a currency used by selected shop's country.
| Name | Type | Description | |
|---|---|---|---|
code
|
string
|
The three-letter code (ISO 4217 format) for the currency. | |
id
|
int
|
Unique numeric identifier for the Currency. | |
name
|
string
|
The name of the currency. | |
symbol
|
string
|
Global currency symbol. |
<currency>
<id>...</id>
<code>EUR</code>
<symbol>€</symbol>
<name>Euro</name>
</currency>