Using AI coding agents like Claude Code or Cursor? Try the official Chargebee Agent Skills to speed up your development.Try now
Idempotency Supported
Updates the status of the quote. Status can be updated to Accepted, Declined, and Closed.
Sample Request
URL Format
POST https://[site].chargebee.com/api/v2/quotes/{quote-id}/update_status
Input Parameters
required, enumerated string
Status to update for the quote.
accepted
Accepted.
declined
Declined.
proposed
voided
closed
Closed
optional, string, max chars=300
An internal comment to be added for this operation, to the quote. This comment is displayed on the Chargebee UI. It is not displayed on any customer-facing Hosted Page or any document such as the Quote PDF .
Returns
quoteQuote object
Resource object representing quote
quoted_subscriptionQuoted subscription object
Resource object representing quoted_subscription
quoted_chargeQuoted charge object
Resource object representing quoted_charge
quoted_rampQuoted ramp object
Resource object representing quoted_ramp