{
  "ok": true,
  "app": "checkout-shipping",
  "contract": {
    "contract_id": "checkout_shipping_rules",
    "system_id": "checkout_shipping_rules",
    "display_name": "OWC Checkout & Shipping Rules",
    "owner": "Checkout & Shipping project",
    "owned_records": [
      "lower-48 free shipping policy",
      "paid shipping outside lower 48/international",
      "heavy-order contact threshold",
      "$10,000 checkout/contact guardrail"
    ],
    "may_request_from_accounts_core": [
      "root-owner access decision",
      "audit actor details"
    ],
    "must_not_own": [
      "product pricing source of truth",
      "inventory quantity source of truth",
      "supplier ordering",
      "client account approval"
    ],
    "required_core_response_fields": [
      "actor_account_id",
      "actor_role_id",
      "checkout_rule_write_allowed",
      "audit_actor"
    ],
    "required_audit_events": [
      "checkout_rule_reviewed",
      "shipping_rule_reviewed",
      "checkout_customization_write_approved"
    ],
    "production_gate": "Keep checkout/payment/delivery customization writes disabled until function dry-runs and Scott approval pass."
  }
}