Skip to content
v0.3

read.products_by_skus

Look up published product documents that own any of the given sku ids, within a store. Unknown or unpublished ids are omitted (a lookup, not a validation); deduped by product; order not guaranteed.

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

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

validation_failed (400) · not_found (404)