New: MCP server monitoring is live. Start free
ChargebeeSchemaAdditive

New fields added in POST /quotes/{quote-id}/edit_create_subscription_quote_for_items (QuotedSubscription): [auto_collection]

Affected surface
POST /quotes/{quote-id}/edit_create_subscription_quote_for_items
Affected field
QuotedSubscription

What changed

New fields added in POST /quotes/{quote-id}/edit_create_subscription_quote_for_items (QuotedSubscription): [auto_collection] Affected surface: POST /quotes/{quote-id}/edit_create_subscription_quote_for_items. Root cause: schema `QuotedSubscription`. Detected at Fri, 27 Mar 2026 06:44:32 UTC UTC.

Diff

{
  "added_fields": [
    "auto_collection"
  ],
  "path": "POST /quotes/{quote-id}/edit_create_subscription_quote_for_items",
  "schema_path": "schema QuotedSubscription"
}

Likely impact

This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.

Diff your serializers against the new schema. The diff above shows what moved.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.