Locales > Currencies > storefrontCurrencies
Storefront APILocalesCurrenciesstorefrontCurrencies

storefrontCurrencies

GET:storefront/currencies.json

Description

Get all or specific shop currencies.

This is a typical bulk get endpoint.

Topic: Currencies

Arguments

ids: [String!]

List of currency ids. See also: Unique Identifiers

Example: ["currency_id"]


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

Loading module