Skip to content
v0.3

catalog.collection.reorder

Set the manual order of a collection’s pinned products (sort must be manual).

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

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

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