Skip to Content

currencies

Get all enabled currencies in the store

Authentication

Public Access: Accessible with the public API key

Query Structure

{ currencies { # Fields from Currency type } }

Arguments

This query accepts no arguments.

Return Type

Returns a list of Currency objects containing all enabled currencies available in the store.

Example

{ currencies { code name symbol } }