Skip to content

Update Currency

Updates an existing currency's name and formatting. Send only the fields you want to change.

Operation

OperationTypePurpose
updateAdminSettingsCurrency(input:)MutationUpdate a currency

Input fields

FieldRequiredMeaning
idyesIRI of the currency to update.
namenoDisplay name.
symbolnoCurrency symbol.
decimalnoNumber of decimal places.
groupSeparatornoThousands separator.
decimalSeparatornoDecimal point character.
currencyPositionnoleft or right.

Notes

  • code is immutable. It is not part of the update input type at all — attempting to send a code field is rejected by the schema ("Field code is not defined by type updateAdminSettingsCurrencyInput"). The code in the response is unchanged.
  • Use the adminSettingsCurrencies query to discover a valid id.
  • Permission: settings.currencies.edit.

All currency operations require an admin Bearer token — see Authentication.

Released under the MIT License.