Locales > Currencies
Currencies
Shops can support multiple currencies, including one primary currency and one or more additional currencies.
Endpoints
| Endpoint | Description | JSON API |
|---|---|---|
| currencies | Get shop currencies | GET:currencies.json |
| currenciesCreate | Create shop currencies | POST:currencies.json |
| currenciesDelete | Delete shop currencies | DELETE:currencies.json |
| currenciesHistory | Get shop currencies history | GET:currencies/history.json |
| currenciesModify | Modify shop currencies | POST:currencies.json |
Types
| Types |
|---|
| Currency |
| CurrencyCreate |
| CurrencyHistory |
| CurrencyModify |