GET:currencies.json
Commerce APIGET: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


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