catalog.collection.archive
Archive a collection (no hard delete). Refused while a live promotion references it — the error names them.
- Scope:
catalog.product.write - System: no
- Reachable from:
POST /v1/commands/catalog.collection.archive(tenant credential) · MCP toolcatalog.collection.archive· SDKclient.call('catalog.collection.archive', …) - Events:
catalog.collection.archived
Input (JSON Schema)
Section titled “Input (JSON Schema)”{ "properties": { "collection_id": { "minLength": 1, "type": "string" } }, "required": [ "collection_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)