query
currency
Get currency configuration of the sales channel.
Arguments
id
String!Required
ID assigned to the currency.
Response
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.
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...
Was this section helpful?