A quote status has changed
Webhook
This event occurs when a quote changes status (for example, if the quote is marked as lost or if it is accepted by the customer).
Note these fields:
context_str = quote
context_id = ...
(this will be thequote_id
value of the quote that changed)event = status
Your script should examine these attributes to determine the new status of the quote:
quote.quote_status_str
quote.quote_status_state
Your script may also wish to observe the quote.quote_status_name
attribute, which provides a human-friendly status value.
If a quote has been accepted and turned into an invoice, there will be an invoices
attribute containing the related invoice.
If a quote has been accepted and turned into a subscription, there will be a packages
attribute containing the related subscription.
Request
- application/json
Body
data
object
quote
object
customer
object
Possible values: [print
, email
]
Possible values: [print
, email
]
invoices
object
0
object
packages
object
0
object
Responses
- 200
Return a 200 status to indicate that the data was received successfully