---
title: "Changes to Retrieve an invoice"
method: GET
path: "/quickbooks-desktop/invoices/{id}"
---

# Changes to Retrieve an invoice

`GET /quickbooks-desktop/invoices/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 46 revisions.

- **2026-05-02** `1de07095c4b7` — 1 warning
- **2026-04-20** `10d4e9ebd1df` — 126 breaking, 31 info
- **2026-04-20** `8e0b7df2044d` — 104 breaking, 3 warning, 130 info
- **2026-04-20** `5f832f695675` — 126 breaking, 33 info
- **2026-04-02** `f2373ceb0221` — 1 info
- **2026-03-15** `a18036b42803` — 1 breaking

## Changes

- **2026-05-02** `1de07095c4b7` — 1 warning
  - for the `path` request parameter `id`, the maxLength was set to `36`
- **2026-04-20** `10d4e9ebd1df` — 126 breaking, 31 info
  - response property `appliedAmount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `balanceRemaining` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `balanceRemainingInHomeCurrency` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `dueDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `exchangeRate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `externalId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isFinanceCharge` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isPaid` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isPending` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isQueuedForEmail` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isQueuedForPrint` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/itemGroup/fullName` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/itemGroup/id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/amount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/expirationDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/lotNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/otherCustomField1` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/otherCustomField2` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/quantity` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/rate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/ratePercent` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/serialNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/serviceDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/unitOfMeasure` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/quantity` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/serviceDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/unitOfMeasure` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/amount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/expirationDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/lotNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/otherCustomField1` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/otherCustomField2` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/quantity` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/rate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/ratePercent` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/serialNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/serviceDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - …117 more
- **2026-04-20** `8e0b7df2044d` — 104 breaking, 3 warning, 130 info
  - the response property `appliedAmount` became nullable for the status `200`
  - the response property `balanceRemaining` became nullable for the status `200`
  - the response property `balanceRemainingInHomeCurrency` became nullable for the status `200`
  - the response property `class` became nullable for the status `200`
  - the response property `currency` became nullable for the status `200`
  - the response property `customer` became nullable for the status `200`
  - the response property `customerMessage` became nullable for the status `200`
  - the response property `documentTemplate` became nullable for the status `200`
  - the response property `dueDate` became nullable for the status `200`
  - the response property `exchangeRate` became nullable for the status `200`
  - the response property `externalId` became nullable for the status `200`
  - the response property `isFinanceCharge` became nullable for the status `200`
  - the response property `isPaid` became nullable for the status `200`
  - the response property `isPending` became nullable for the status `200`
  - the response property `isQueuedForEmail` became nullable for the status `200`
  - the response property `isQueuedForPrint` became nullable for the status `200`
  - the response property `lineGroups/items/description` became nullable for the status `200`
  - the response property `lineGroups/items/itemGroup/fullName` became nullable for the status `200`
  - the response property `lineGroups/items/itemGroup/id` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/amount` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/class` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/description` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/expirationDate` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/inventorySite` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/inventorySiteLocation` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/item` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/lotNumber` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/otherCustomField1` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/otherCustomField2` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/overrideUnitOfMeasureSet` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/quantity` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/rate` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/ratePercent` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/salesTaxCode` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/serialNumber` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/serviceDate` became nullable for the status `200`
  - the response property `lineGroups/items/lines/items/unitOfMeasure` became nullable for the status `200`
  - the response property `lineGroups/items/overrideUnitOfMeasureSet` became nullable for the status `200`
  - the response property `lineGroups/items/quantity` became nullable for the status `200`
  - the response property `lineGroups/items/serviceDate` became nullable for the status `200`
  - …197 more
- **2026-04-20** `5f832f695675` — 126 breaking, 33 info
  - response property `appliedAmount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `balanceRemaining` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `balanceRemainingInHomeCurrency` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `dueDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `exchangeRate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `externalId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isFinanceCharge` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isPaid` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isPending` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isQueuedForEmail` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isQueuedForPrint` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/itemGroup/fullName` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/itemGroup/id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/amount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/expirationDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/lotNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/otherCustomField1` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/otherCustomField2` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/quantity` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/rate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/ratePercent` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/serialNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/serviceDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/lines/items/unitOfMeasure` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/quantity` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/serviceDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lineGroups/items/unitOfMeasure` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/amount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/expirationDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/lotNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/otherCustomField1` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/otherCustomField2` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/quantity` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/rate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/ratePercent` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/serialNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `lines/items/serviceDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - …119 more
- **2026-04-02** `f2373ceb0221` — 1 info
  - added the required property `lineGroups/items/serviceDate` to the response with the `200` status
- **2026-03-15** `a18036b42803` — 1 breaking
  - the response property `customer` became nullable for the status `200`

---

[Operation](https://skmtc.dev/conductor-is/apis/conductor-api/docs/quickbooks-desktop/invoices/:id/get.md) · [API](https://skmtc.dev/conductor-is/apis/conductor-api.md) · [Page](https://skmtc.dev/conductor-is/apis/conductor-api/changes/quickbooks-desktop/invoices/:id/get)
