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
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
_id
string
The unique identifier (24-digit Mongo Object ID) of the current sales channel supported currency
is_active
boolean
Shows currency is enabled or not in current sales channel
name
string
Name of the currency, e.g Indian Rupee
code
string
3-character currency code, e.g. INR, USD, EUR.
created_at
string
ISO 8601 timestamp of sales channel support currency creation
modified_at
string
ISO 8601 timestamp of sales channel support currency updation
decimal_digits
integer
| int32
Acceptable decimal limits for a given currency, e.g. 1.05$ means upto 2 decimal digits can be accepted as a valid value of a currency.
symbol
string
Unique symbol for identifying the currency, e.g. ₹
country_name
string
country_code
string
Examples
Parameters
company_id:
2
Was this section helpful?
GET
Loading...
Response
Loading...