read.price_together
What this SET of skus costs when taken together: the total, the per-line split (the same allocation the order freezes) and which promotions did it. Anonymous — computed with no buyer and no payment method, so it is true for anyone. Null when no promotion applies to the set.
- Surface:
GET /v1/read/price_together· CLIforge read price_together· MCP toolread.price_together - 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)