v1
latestSwagger 2.02026-07-13137761.0 MBChannel
Update/create several channels
This endpoint allows you to update and/or create several channels at once.
patch/api/rest/v1/channels
Request body
Example request
{
"code": "ecommerce",
"currencies": [
"USD",
"EUR"
],
"locales": [
"de_DE",
"en_US",
"fr_FR"
],
"category_tree": "master",
"conversion_units": {
"weight": "KILOGRAM"
},
"labels": {
"en_US": "Ecommerce",
"de_DE": "Ecommerce",
"fr_FR": "Ecommerce"
}
}Response
OK