Graphql fields and variables for the currencyCreate mutation
Last updated 11 months ago
Was this helpful?
Create a currency
Scope required: billing:write
For a complete list of input attributes see the type
mutation currencyCreate ($attributes: CurrencyAttributes!) { currencyCreate (attributes: $attributes) { currency { conversionRate enabled id isoCode isoNumeric name priority symbol symbolFirst } errors } }
{ "attributes": { "name": "", "isoCode": "", "enabled": true, "realtime": true, "priority": 123, "conversionRate": "BigDecimal", "conversionType": "CurrencyConversionType" } }
attributes
currency
errors
String