Retrieve conversion rates for display-currency conversion through the Admin Interface API: a rate bundle relative to a target currency including a recency flag.
The exchange-rates endpoint returns a bundle of current exchange rates that can be used to convert amounts from any known currency into a freely selectable target currency.The rates are based on the reference rates obtained from the European Central Bank (ECB). Internally these rates are stored relative to the base currency EUR; the endpoint derives the cross rates to the requested target currency from them. Among other things, the interface is used by the Admin Interface to display amounts locally in the selected display currency without requiring a separate request for each conversion.
The exchange rates are fetched daily from the ECB. The endpoint always returns the most recent exchange rate known to the shop.
Using this endpoint requires a valid login (see API Basics). No service-specific permission is required.
Each entry in the rates object describes the conversion rate of one currency into the requested target currency.
Name
Type
Usage
rate
Number
Conversion factor into the target currency. An amount in the respective currency is converted into the target currency by multiplying it with rate (amount_target = amount_source × rate). The target currency itself always has the value 1.0.
rateDate
String
Date of the underlying ECB rate (format YYYY-MM-DD). For cross rates the older of the two involved rate dates (source and target currency) is used.
isRecent
Boolean
Indicates whether the rate meets the configured recency requirements (true). If false, no sufficiently recent rate could be determined – the value is still returned but should be used with caution.
The base currency EUR is always included in the result, even if no dedicated rate record exists for it in the database. It implicitly has the rate 1.0 with the current date.
This endpoint retrieves a bundle of conversion rates relative to a target currency.The target currency is passed via the mandatory parameter target as a three-letter ISO 4217 currency code (e.g. EUR, USD, GBP). The response contains a rate entry for every currency known to the system, plus the target currency itself (with rate 1.0).
Bei technischen Fragen und Hilfestellungen ist unser Support-Team für Sie erreichbar: Zum KundenportalBitte senden Sie uns eine möglichst detaillierte Beschreibung sowie Screenshots, Requests/Antworten, damit wir Ihre Anfrage zeitnah und zielführend beantworten können.