Currency
The Currency API endpoints allow fetching supported currencies from a store.
Gets all the Currencies in a Store
GET/umbraco/commerce/storefront/api/v1/currencies
Query parameters
Header parameters
Response
Success
Body
idstring (uuid)
codestring
namenullable string
culturenullable string
formatTemplatenullable string
allowedCountriesnullable array of AllowedCountryDto (object)
Request
Response
Gets a Currency by ID or Alias
GET/umbraco/commerce/storefront/api/v1/currency/{idOrAlias}
Path parameters
idOrAlias*string
The ID or the alias of the given resource
Query parameters
Header parameters
Response
Success
Body
idstring (uuid)
codestring
namenullable string
culturenullable string
formatTemplatenullable string
allowedCountriesnullable array of AllowedCountryDto (object)
Request
Response
Last updated