Skip to content
v0.3

catalog.brand.archive

Archive a brand. BLOCKED if any product is still linked (never a silent unlink).

  • Scope: catalog.product.write
  • System: no
  • Reachable from: POST /v1/commands/catalog.brand.archive (tenant credential) · MCP tool catalog.brand.archive · SDK client.call('catalog.brand.archive', …)
  • Events: catalog.brand.archived
{
"properties": {
"brand_id": {
"minLength": 1,
"type": "string"
}
},
"required": [
"brand_id"
],
"type": "object"
}

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

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