Currencies

There is a hard limit of 10 currencies per store.

The Currency object

Attribute

Type

Description

id

string

The unique identifier for this currency

type

string

The type represents the object being returned

code

string

The currency code

exchange_rate

float

The exchange rate

format

string

How to structure a currency, E.g. "${price}"

decimal_point

string

The decimal point character

thousand_separator

string

The thousand separator character

decimal_places

integer

The amount of decimal places the currency is formatted to

default

boolean

true or false (default: false)

links

The links object

meta

The meta object

Attribute

Type

Description

links.self

string

The URL of this currency

The meta object

Attribute

Type

Description

meta.timestamps

object

Timestamps for this currency

meta.timestamps.created_at

string

The creation date of this currency

meta.timestamps.updated_at

string

The updated date of this currency

Last updated