Update Quote
Update a draft quote before sending.
PATCH
Update Quote
Updates an existing quote. Only quotes indraft status can be updated. Once a quote is sent, use Revise Quote to create a new version.
Path Parameters
integer
required
The quote ID.
Request Body
All fields are optional. Only include the fields you want to update.array
Updated line items. Replaces existing line items entirely.
integer
Total discount amount in cents.
string
Reason for the discount.
integer
Shipping cost in cents.
integer
Tax amount in cents.
string
Payment terms:
upfront, NET15, NET30, NET60, 50_upfront.string
Shipping terms.
string
Quote expiration date in ISO 8601 format.
string
Notes from the merchant.
Response
string
success on successful update.object
The updated quote object.
