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.

Currency

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
/service/platform/configuration/v1.0/company/{company_id}/currencies
# List currencies
GET
/service/platform/configuration/v2.0/company/{company_id}/currency-exchange
# Get currency exchange rates
GET

List currencies

Retrieve a list of available currencies.
Parameters
company_idpath
integer
Required
Numeric ID allotted to a business account on Fynd Platform
GET
/service/platform/configuration/v1.0/company/{company_id}/currencies
Loading...
Response
200
Currencies Success response
Hide
items
array of object (Currency)
Show
Examples
Parameters
company_id:
2
Response
Loading...
GET

Get currency exchange rates

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
/service/platform/configuration/v2.0/company/{company_id}/currency-exchange
Loading...
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
Loading...