query

currency

Get detailed currency configuration for a specific currency by its ID, including decimal digits, country info, and active status.
Arguments
Required
Unique identifier of the currency to retrieve, e.g. '507f1f77bcf86cd799439011'.
Response
The unique identifier of the currency.
code
String
3-character currency code, e.g. 'INR', 'USD', 'EUR'.
decimal_digits
Int
Acceptable decimal limits for a given currency, e.g. 2 means up to 2 decimal digits can be accepted (like $1.05).
is_active
Boolean
Indicates whether currency is enabled or disabled in current sales channel.
name
String
Name of the currency, e.g. 'Indian Rupee'.
symbol
String
Unique symbol for identifying the currency, e.g. '₹'.
created_at
String
Timestamp when sales channel currency was created, e.g. '2023-10-15T10:30:00Z'.
updated_at
String
Timestamp when sales channel currency was updated, e.g. '2023-10-16T14:20:00Z'.
country_name
String
Country name associated with the currency, e.g. 'India'.
country_code
String
Country code associated with the currency, e.g. 'IN'.
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...