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· CLIforge read products_by_skus· MCP toolread.products_by_skus - Auth: public (no actor;
storeresolves the tenant)
Params (JSON Schema)
Section titled “Params (JSON Schema)”{ "properties": { "sku_ids": { "type": "string" }, "store": { "minLength": 1, "type": "string" } }, "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)