Exchange Rate Detail
Fetches a single exchange rate by its IRI, returning every field including the resolved target currency code/name.
Operation
| Operation | Type | Purpose |
|---|---|---|
adminSettingsExchangeRate(id: ID!) | Query | Fetch one exchange rate by IRI |
Prerequisites
The example uses an illustrative id. Replace it with a rate that exists in your store — use the adminSettingsExchangeRates query to discover valid ids. An unknown id returns an errors entry equivalent to HTTP 404.
TIP
All operations require an admin Bearer token — see Authentication.

