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 toolcatalog.category.move· SDKclient.call('catalog.category.move', …) - Events:
catalog.category.updated,catalog.product.updated
Input (JSON Schema)
Section titled “Input (JSON Schema)”{ "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"}Result (200)
Section titled “Result (200)”Open (unknown) — this command does not declare an output schema.
Errors
Section titled “Errors”validation_failed (400) · unauthorized (401) · forbidden (403) · conflict (409) · internal (500)