Locales > Currencies > currencies
Commerce APILocalesCurrenciescurrencies
currencies
GET:currencies.json

Description

Get all or specific shop currencies by id.

This is a typical bulk get endpoint.

Permission bit: "currencies.read"

Topic: Currencies

Arguments

ids: [String!]

List of currency ids. See also: Unique Identifiers


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

[Currency!]

Preview (typescript)

Loading module