catalog.product.unpublish
Unpublish a product from a store.
- Scope:
catalog.product.publish - System: no
- Reachable from:
POST /v1/commands/catalog.product.unpublish(tenant credential) · MCP toolcatalog.product.unpublish· SDKclient.call('catalog.product.unpublish', …) - Events:
catalog.product.unpublished
Input (JSON Schema)
Section titled “Input (JSON Schema)”{ "properties": { "product_id": { "minLength": 1, "type": "string" }, "store_id": { "minLength": 1, "type": "string" } }, "required": [ "product_id", "store_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)