Get quotation line

Retrieves a single quotation line by its ID.

Path Parameters

ParameterTypeRequiredDescription
idintegerYesQuotation line unique identifier

Response 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 (with full details)
taxobjectApplied tax rate
unityobjectUnit of measure
mediasarrayAssociated media files
parentobjectParent line (for nested lines)
customFieldsobjectCustom field values
subTotalConfigobjectSubtotal configuration (for subtotal lines)
createdAtdatetimeCreation timestamp
updatedAtdatetimeLast update timestamp

Response

  • 200 OK: Returns the quotation line details
  • 401 Unauthorized: Invalid or missing API key
  • 404 Not Found: Quotation line 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!