Multi-currency
Understand how to handle selling across multiple currencies.
Last updated
Understand how to handle selling across multiple currencies.
The list of currencies available at any time is controlled by the currencies array found on the store.
Last updated
{
"id": 2,
"organisation": 3,
"name": "Kingston Manor",
"currencies": [
{
"currencyCode": "GBP",
},
{
"currencyCode": "EUR",
}
]
}