Skip to content
v0.3

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 · CLI forge read price_together · MCP tool read.price_together
  • 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)