currency
Graphql fields and variables for the currency query
Scope required: standard:read
For a complete list of possible response fields see the Currency type.
query currency ($id: ID) {
currency (id: $id) {
conversionRate
enabled
id
isoCode
isoNumeric
name
priority
symbol
symbolFirst
}
}
Arguments
Name
Type
Description
id
ID
Response
Last updated
Was this helpful?