put
/merchant/projects/{project_id}/store/region/{region_id}
Updates the particular region.
Note that new data will replace old data. If you want to update only a part of the region, you should transfer all data needed in the request as well.
You can use a region for managing your regional prices.
Authorization
basic
Request Parameters
2 Path Parameters
Request Body
Object with region data.
Schema
name
object
Name of region. Should contain key/value pairs, where key is locale with format “^[a-z]{2}-[A-Z]{2}$”, value is string.
1 validation + required
countries
array[string]
2 validations + required
Responses
Region was successfully updated
Send a Test Request
PUT
Send requests directly from the browser (CORS must be enabled)
Path Params
project_id
region_id
$$.env
2 variables not set
username
password