GET:currencies.json
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
Query Parameters
ids: Comma-separated array of String, required
List of currency ids. See also: Unique Identifiers
Example: ?ids=currency_id,currency_id
When asking for multiple items, allow returning less than was asked (in case some are missing)
Example: ?loose=true
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Response Body
Array of Currency
Response Body Type
Loading module