Skip to main content
POST
/
commerce
/
catalog
/
admin
/
currency
/
{currencyCode}
/
exchangerates
Error
A valid request URL is required to generate request examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

currencyCode
string
required

Currency code

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

Exchange rates for the currency

rate
number<double>
required

The exchange rate

auditInfo
object
fromCurrencyCode
string | null

The source currency code

multiplier
number<double> | null

An additional multiplier to use in calculations

referenceData
string | null

Reference data for miscellaneous metadata from updates

toCurrencyCode
string | null

The target currency code

Response

200

Success