Details about the currency supported by the sales channel, including its ID, name, code, and other attributes.
Fields
id
StringThe unique identifier of the currency.
code
String3-character currency code, e.g. 'INR', 'USD', 'EUR'.
decimal_digits
IntAcceptable decimal limits for a given currency, e.g. 2 means up to 2 decimal digits can be accepted (like $1.05).
is_active
BooleanIndicates whether currency is enabled or disabled in current sales channel.
name
StringName of the currency, e.g. 'Indian Rupee'.
symbol
StringUnique symbol for identifying the currency, e.g. '₹'.
created_at
StringTimestamp when sales channel currency was created, e.g. '2023-10-15T10:30:00Z'.
updated_at
StringTimestamp when sales channel currency was updated, e.g. '2023-10-16T14:20:00Z'.
country_name
StringCountry name associated with the currency, e.g. 'India'.
country_code
StringCountry code associated with the currency, e.g. 'IN'.
Was this section helpful?