read.product.by_handle
Resolve one published product document by its handle, within a store.
- Surface:
GET /v1/read/product.by_handle· CLIforge read product.by_handle· MCP toolread.product.by_handle - Auth: public (no actor;
storeresolves the tenant)
Params (JSON Schema)
Section titled “Params (JSON Schema)”{ "properties": { "handle": { "minLength": 1, "type": "string" }, "store": { "minLength": 1, "type": "string" } }, "required": [ "handle" ], "type": "object"}Result (200)
Section titled “Result (200)”Open (unknown) — this capability does not declare an output schema.
Errors
Section titled “Errors”validation_failed (400) · not_found (404)