Skip to content
v0.3

read.product.by_handle

Resolve one published product document by its handle, within a store.

  • Surface: GET /v1/read/product.by_handle · CLI forge read product.by_handle · MCP tool read.product.by_handle
  • Auth: public (no actor; store resolves the tenant)
{
"properties": {
"handle": {
"minLength": 1,
"type": "string"
},
"store": {
"minLength": 1,
"type": "string"
}
},
"required": [
"handle"
],
"type": "object"
}

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

validation_failed (400) · not_found (404)