Get detailed currency configuration for a specific currency by its ID, including decimal digits, country info, and active status.
Arguments
id
String!Required
Unique identifier of the currency to retrieve, e.g. '507f1f77bcf86cd799439011'.
Response
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'.
Query
Try it
Input Variables
Response
Was this section helpful?