Skip to content
v0.3

read.shipping_summary

The store’s free-shipping promise (cents): the threshold that holds in the WORST zone the store serves, or null when some served zone never gives free shipping — the safe banner/tag threshold.

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

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

validation_failed (400) · not_found (404)