Skip to content
v0.3

catalog.collection.unpin

Remove a pinned product from a collection (idempotent).

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

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

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