Skip to main content
PUT
/
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

fromCurrencyCode
string | null

The source currency code

toCurrencyCode
string | null

The target currency code

multiplier
number<double> | null

An additional multiplier to use in calculations

referenceData
string | null

Reference data for miscellaneous metadata from updates

auditInfo
object

Response

200

Success