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