currency_code
rule attribute, and set rule_type
to rules
, a list of currencies are retrieved in label-value pairs.curl '{backend_url}/admin/promotions/rule-value-options/{rule_type}/{rule_attribute_id}' \
-H 'Authorization: Bearer {access_token}'
{
"limit": 0,
"offset": 0,
"count": 0,
"values": [
{
"value": "reg_123",
"label": "Europe Region"
}
]
}