Configuration
The Configuration service handles settings for currency, sales channels, application stores, languages, staff users, brands, build configurations, and more, offering comprehensive customization options for the platform.
Currecny Standardized money system facilitating exchange, represented by codes/symbols, essential for financial transactions and economic activities globally. Currency resource can be used to access available currencies.
Operations
GET
# List currencies
GET
# Get currency exchange rates
Parameters
company_idpath
integer
Required
Numeric ID allotted to a business account on Fynd Platform
GET
Response
200
Currencies Success response
Hide
items
array of object (Currency)
Show
Examples
Parameters
company_id:
2
Response
List currencies
getCurrencies
Retrieve a list of currency exchange rates, relative to a provided currency.
Parameters
currency_codequery
string
The 3-letter ISO 4217 code representing the base currency for the exchange rates. Defaults to "INR" if not specified.
Default Value : INR
exchange_currency_codequery
string
A 3-letter ISO 4217 currency code for which exchange rates against the base currency are requested.
exchange_country_codequery
string
The country code for which exchange rates against the base currency are requested.
company_idpath
integer
Required
Numeric ID allotted to a business account on Fynd Platform
GET
Response
200
422
Successful response
Hide
base
string
The 3-letter ISO 4217 code representing the base currency.
base_currency_name
string
The name of the base currency.
ttl_seconds
integer
Time in seconds for which the exchange rates are valid.
items
array of object (CurrencyExchangeItem)
List of exchange rates and currency details.
Show
total
integer
Total number of currency exchange items.
Response