Get quotation lines by quotation

Retrieves all lines for a specific quotation, ordered by weight.

This is the recommended endpoint to get all lines of a quotation in their correct display order.

Path Parameters

ParameterTypeRequiredDescription
idintegerYesQuotation unique identifier

Response Fields

Returns an array of quotation lines with the following fields:

FieldTypeDescription
idintegerLine unique identifier
lineTypestringLine type: normal, title, or subtotal
titlestringSection title (for title lines)
productTitlestringCustom product title override
descriptionstringLine description (HTML)
rawDescriptionstringLine description (plain text)
quantityfloatQuantity
unitPricefloatUnit price (excl. tax)
coeffloatCoefficient/multiplier
discountfloatDiscount value
discountTypestringDiscount type: percentage or amount
totalHtfloatTotal excl. tax (calculated)
totalTtcfloatTotal incl. tax (calculated)
weightintegerSort order/position
optionbooleanWhether line is optional
hidebooleanWhether line is hidden
productobjectAssociated product
taxobjectApplied tax rate
unityobjectUnit of measure
mediasarrayAssociated media files
parentobjectParent line (for nested lines)
customFieldsobjectCustom field values

Response

  • 200 OK: Returns array of quotation lines
  • 401 Unauthorized: Invalid or missing API key
  • 404 Not Found: Quotation not found
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
Responses
200

Successful response

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!