{
  "schema": "speedkit.commercial_catalog.v1",
  "title": "SPEEDKIT Commercial Catalog",
  "status": "INSTALLED_FAIL_CLOSED",
  "mode": "PUBLIC_ONLY",
  "provider": "stripe_checkout",
  "transaction_mode": "PROVIDER_CHECKOUT",
  "checkout_endpoint": "/api/marketplace/checkout",
  "entitlement_endpoint": "/api/marketplace/entitlement",
  "webhook_endpoint": "/api/marketplace/stripe-webhook",
  "public_offer_count": 135,
  "private_remaining": 0,
  "plans": [
    {
      "id": "starter",
      "name": "SPEEDKIT Starter",
      "amount_eur": 49,
      "interval": "month",
      "sku": "SPEEDKIT-STARTER"
    },
    {
      "id": "pro",
      "name": "SPEEDKIT Pro",
      "amount_eur": 199,
      "interval": "month",
      "sku": "SPEEDKIT-PRO"
    },
    {
      "id": "enterprise",
      "name": "SPEEDKIT Enterprise",
      "amount_eur": 999,
      "interval": "month",
      "sku": "SPEEDKIT-ENTERPRISE"
    }
  ],
  "checkout_payload": {
    "method": "POST",
    "content_type": "application/json",
    "body": {
      "plan": "starter | pro | enterprise",
      "offer_id": "offer-wsp-001"
    }
  },
  "boundary": {
    "no_fake_payment": true,
    "checkout_fails_closed_without_real_provider_configuration": true,
    "customer_data_is_not_public": true,
    "orders_live_in_private_kv": true
  },
  "runtime_endpoint": "/api/marketplace/runtime",
  "pricing_status": "LIVE",
  "pricing_url": "/pricing/",
  "pricing_json": "/marketplace/pricing.json"
}
