Skip to content

Currency

The Currency menu exposes the currencies the store supports. A client uses it to build a currency switcher and to read a currency's formatting details (code, symbol, decimal and separator settings) so prices render correctly.

When you use it

List the currencies to populate a currency switcher, then fetch a single currency by id for its full formatting details.

Operations in this menu

OperationGraphQL field
Currenciescurrencies query
Single Currencycurrency(id:) query

These are public read endpoints — they require the storefront key header but no customer Bearer token. See Authentication.

Released under the MIT License.