---
title: "Get a quote line item"
method: GET
path: "/v1/finance/quotes/{quoteId}/lineItems/{lineItemId}"
tags: ["Quotes"]
---

# Get a quote line item

`GET /v1/finance/quotes/{quoteId}/lineItems/{lineItemId}`

Retrieve the details of a single quote line item (required scope finance:read)

## Path parameters

- `quoteId` integer, required
- `lineItemId` integer, required

## Headers

- `Customer-Id` integer, required

## Response `200`

OK

- ReadQuoteLineItemModel — Model for reading a quote line item
  - `id` integer — The unique identifier associated with the quote line item
  - `quoteId` integer, nullable — The unique identifier of the quote associated with the quote line item
  - `contactId` integer, nullable — The unique identifier of the contact associated with the quote line item
  - `createdAt` string, date-time — The date and time when the quote line item was created
  - `quantity` number, double — The quantity of the line item
  - `description` string — Description of the quote line item
  - `taxId` integer, nullable — VAT / Tax identifier associated with the line item
  - `taxPercentage` number, double — Tax percentage applied to the line item (GET only, never null). Defaults to 0 when no tax is applied
  - `unitCost` number, double, nullable — Unit cost of the item (cannot be negative)
  - `unitSellingPrice` number, double — Unit selling price of the item (cannot be negative)
  - `taxAmount` number, double, nullable — Tax amount for the line item (GET only)
  - `grossAmount` number, double, nullable — Gross amount of the line item (GET only)
  - `nominalCodeId` integer, nullable — Nominal code identifier
  - `departmentCodeId` integer, nullable — Department code identifier

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bigchange/apis/bigchange-dx.md) · [All operations](https://skmtc.net/bigchange/apis/bigchange-dx/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigchange/bigchange-dx/revisions/916e669fc527/schema)
