Types > Currency
Commerce APITypesCurrency
Currency

Description

Topic: Currencies

Fields

conversion_fee: Float

Additional fee to add when converting to and from this currency (in percents)

Example: 5.5


currency: CurrencyInfo!

Currency info


custom_exchange_rate: Float

Custom exchange rate to use when converting from primary to this currency

Example: 5.1231237


enabled: Boolean!

Whether it's allowed to place orders in this currency

Example: false


exchange_rate: Float!

Automatic exchange rate to use when converting from primary to this currency

Example: 1.41523


format: CurrencyFormat!

Currency formatting options


Used By

Mutations

currenciesCreate, currenciesModify

Queries

currencies

Preview (typescript)

Loading module