List quotes
Returns a paginated list of active quotes for the authenticated customer.
query Parameters
limitcursorcustomer_contact_idFilter by customer contact public UUID
quote_stagevalid_until_beforeQuotes valid on or before this time
valid_until_afterQuotes valid on or after this time
updated_sinceQuotes modified since this time
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List quotes › Responses
Quotes
next_cursorGet quote by ID
Returns a single active quote. Use ?include=line_items to include quoted products and pricing.
Line item pricing: Each line item may include up to four pricing fields — msrp, standard_dealer_price, registered_price, and quote_price — plus the final unit_price. The first four are reference values that provide context (list price, standard dealer cost, registration-based pricing, and any special quoted pricing). unit_price is always the canonical amount the customer pays per unit. Use unit_price for display, calculations, and totals. The other fields are for comparison context only and should never replace unit_price.
path Parameters
idquery Parameters
expandSet to line_items to include quoted products and pricing. The alias ?include=line_items is also accepted for compatibility.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get quote by ID › Responses
Quote

