get
/merchant/projects/{project_id}/store/region/{region_id}
Gets the particular region.
You can use a region for managing your regional prices.
Authorization
basic
Request Parameters
2 Path Parameters
Responses
Region was successfully received
1 Example
Schema
id
integer
Regions ID. Unique region identifier within the project.
name
string
Name of region. Should contain key/value pairs, where key is locale with format “^[a-z]{2}$”, value is string.
countries
array[object]
List of countries. Format of country follows the ISO_3166-1_alpha-2 standard.
Send a Test Request
GET
Send requests directly from the browser (CORS must be enabled)
Path Params
project_id
region_id
$$.env
2 variables not set
username
password