[Beta] Update Multiple Quotes

Updates multiple quotes within a single document in one request — the batch variant of Quote update. The response is always 200 OK once the request itself is valid; each quote's outcome is reported independently in results[], so one bad quote does not fail the others. See QuotesBatchUpdateResult for the possible per-quote outcomes.

📘

Permissions > > Requires the 'Can Edit Document' and 'Can Edit Content' permissions. > The document must be in Draft (document.draft). Updating quotes is > available on plans that include > Product Catalog.

🚧

Beta > > This endpoint is currently in beta and may change without notice.

🚧

Payload size > > The maximum request body size is 512 KiB (524288 bytes). Larger > requests return 413 before any quote is processed.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Document ID

Body Params

Batch request to update multiple quotes within a single document.

quotes
array of objects
required
length between 1 and 25

Quotes to update within this document. Each entry is processed independently — see the operation description for the partial-success model. Duplicate id values are not allowed.

quotes*
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json