Skip to content

Exchange Rate Detail

Fetches a single exchange rate by its IRI, returning every field including the resolved target currency code/name.

Operation

OperationTypePurpose
adminSettingsExchangeRate(id: ID!)QueryFetch 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.

Released under the MIT License.