quotes

Calculate Assembly Quote

Calculate final pricing for an assembly quote with quantities applied.

Takes an AssemblyQuoteResponse and applies quantities to calculate final pricing including volume discounts, secondary operations, and total costs. This recreates the frontend calculation logic in Python.

post/quotes/calculate

Request body

assembly_quantityinteger required
requested_quantitiesinteger[] nullable

Response

Successful Response

pricingVersionstring nullable
quantityQuotesobject nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.