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

List currencies

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