Get Opportunity Quotes
Retrieve quotes for a specific opportunity.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
opportunityId
Opportunity ID
Query parameters
page_size
Number of items per page (max 100)
page
Page number (1-based)
order_by
Sort order for results
Allowed values:
updated_after
Filter items updated after this timestamp (ISO 8601)
updated_before
Filter items updated before this timestamp (ISO 8601)
Response
List of quotes for the opportunity
id
Quote identifier
status
Quote status
Allowed values:
amount
Total quote amount (dollars)
createdAt
Creation timestamp
updatedAt
Last update timestamp
quoteNumber
Unique quote number (uid)
description
Quote description
discountType
Discount type
Allowed values:
discountValue
Discount amount or percentage value
taxId
Tax configuration ID
issueDate
Issue date when the quote has been issued
subtotal
Subtotal in dollars (before tax)
taxRate
Applied tax rate
isArchived
Whether the quote is archived
account
record
lineItems
Errors
401
Unauthorized Error
