CurrencyExchangeConfiguration
Get Currency Exchange Configuration
Get Currency Exchange Configuration.
get/v1/currency_exchange_configuration/item/{item_id}
Response
Fetched successfully
Example response
{
"configurations": [
{
"currency_rate": [
{
"source_currency": "AED"
}
]
}
],
"conversion_type": "CustomExchangeRate",
"target_currency": "AED",
"scope": "Account"
}