Create or modify a product tree item
This method allows you to create or modify a product tree item.
Request parameters
{
"id": 96,
"parentId": 96,
"label": "example",
"depth": 96,
"modifiedDate": "1971-04-26T12:26:06Z"
}
Responses
{
"id": 96,
"parentId": 96,
"label": "example",
"depth": 96,
"modifiedDate": "1971-04-26T12:26:06Z"
}
{
"status": 96,
"code": "example",
"message": "example"
}
08 September 2025