list_destinations
List countries/regions Simsima covers, with min price and product URL.
Parameters
| locale | string | optional | |
| region | string | optional |
Raw schema
{
"type": "object",
"properties": {
"locale": {
"type": "string",
"enum": [
"en",
"fr"
],
"default": "en"
},
"region": {
"type": "string"
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}