GET:storefront/currencies.json
Storefront APIGET:storefront/currencies.json

GET:storefront/currencies.json

Description

Get all or specific shop currencies.

This is a typical bulk get endpoint.

Topic: Currencies

Query Parameters

ids: Comma-separated array of String, required

List of currency ids. See also: Unique Identifiers

Example: ?ids=currency_id,currency_id


loose: Boolean

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

Example: ?loose=true


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Response Body

Array of Currency

Response Body Type

Loading module