Revise Quote
Create a new version of an existing quote.
POST
Revise Quote
Creates a new quote iteration based on an existing quote. The original quote is marked assuperseded. Use this for counter-offers or when the customer requests changes after receiving the initial quote.
Path Parameters
integer
required
The original quote ID to revise.
Request Body
All fields are optional. Fields not provided will be copied from the original quote.array
Updated line items.
integer
Total discount amount in cents.
string
Reason for the discount.
integer
Shipping cost in cents.
integer
Tax amount in cents.
string
Payment terms.
string
Shipping terms.
string
Quote expiration date in ISO 8601 format.
string
Notes from the merchant.
Response
string
success on successful revision.object
What Happens
- Original quote status changes to
superseded - New quote is created in
draftstatus with:- Same
quote_number - Incremented
iterationnumber - Your changes applied
- Same
- The new quote must be sent separately via Send Quote
The revised quote starts in
draft status. Don’t forget to send it to the customer!