Skip to content
v0.3

catalog.category.move

Re-parent a category subtree (ltree). Reprojects the affected products (fresh canonical path).

  • Scope: catalog.category.write
  • System: no
  • Reachable from: POST /v1/commands/catalog.category.move (tenant credential) · MCP tool catalog.category.move · SDK client.call('catalog.category.move', …)
  • Events: catalog.category.updated, catalog.product.updated
{
"properties": {
"category_id": {
"minLength": 1,
"type": "string"
},
"new_parent_path": {
"pattern": "^[A-Za-z0-9_]+(\\.[A-Za-z0-9_]+)*$",
"type": "string"
}
},
"required": [
"category_id"
],
"type": "object"
}

Open (unknown) — this command does not declare an output schema.

validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)