Details about the currency supported by the sales channel, including its ID, name, code, and other attributes.
Fields
id
StringThe unique identifier of the application.
code
String3-character currency code, e.g. INR, USD, EUR.
created_at
StringISO 8601 timestamp of sales channel support currency creation.
decimal_digits
IntAcceptable 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.
is_active
BooleanShows currency is enabled or not in current sales channel.
name
StringName of the currency, e.g Indian Rupee.
symbol
StringUnique symbol for identifying the currency, e.g. ₹.
updated_at
StringISO 8601 timestamp of when the application was last modified.
country_name
StringCountry name.
country_code
StringCountry code.
Was this section helpful?