---
title: "Changes to List all discount items"
method: GET
path: "/quickbooks-desktop/discount-items"
---

# Changes to List all discount items

`GET /quickbooks-desktop/discount-items`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 46 revisions.

- **2026-04-21** `268ef8ccba10` — 1 breaking
- **2026-04-21** `77c40a843759` — 1 breaking
- **2026-04-20** `10d4e9ebd1df` — 18 breaking, 3 info
- **2026-04-20** `8e0b7df2044d` — 15 breaking, 18 info
- **2026-04-20** `5f832f695675` — 18 breaking, 3 info

## Changes

- **2026-04-21** `268ef8ccba10` — 1 breaking
  - for the `query` request parameter `status`, default value `active` was added
- **2026-04-21** `77c40a843759` — 1 breaking
  - for the `query` request parameter `status`, default value `active` was removed
- **2026-04-20** `10d4e9ebd1df` — 18 breaking, 3 info
  - response property `data/items/account/fullName` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/account/id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/barcode` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/discountRate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/discountRatePercent` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/externalId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `nextCursor` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `remainingCount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the `data/items/class` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - the `data/items/parent` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - the `data/items/salesTaxCode` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - removed the required property `data/items/class/fullName` from the response with the `200` status
  - removed the required property `data/items/class/id` from the response with the `200` status
  - removed the required property `data/items/parent/fullName` from the response with the `200` status
  - removed the required property `data/items/parent/id` from the response with the `200` status
  - removed the required property `data/items/salesTaxCode/fullName` from the response with the `200` status
  - removed the required property `data/items/salesTaxCode/id` from the response with the `200` status
  - added `subschema #1, subschema #2` to the `data/items/class` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `data/items/parent` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `data/items/salesTaxCode` response property `anyOf` list for the response status `200`
- **2026-04-20** `8e0b7df2044d` — 15 breaking, 18 info
  - the response property `data/items/account/fullName` became nullable for the status `200`
  - the response property `data/items/account/id` became nullable for the status `200`
  - the response property `data/items/barcode` became nullable for the status `200`
  - the response property `data/items/class` became nullable for the status `200`
  - the response property `data/items/description` became nullable for the status `200`
  - the response property `data/items/discountRate` became nullable for the status `200`
  - the response property `data/items/discountRatePercent` became nullable for the status `200`
  - the response property `data/items/externalId` became nullable for the status `200`
  - the response property `data/items/parent` became nullable for the status `200`
  - the response property `data/items/salesTaxCode` became nullable for the status `200`
  - the response property `nextCursor` became nullable for the status `200`
  - the response property `remainingCount` became nullable for the status `200`
  - the `data/items/class` response's property type/format changed from ``/`` to `object, null`/`` for status `200`
  - the `data/items/parent` response's property type/format changed from ``/`` to `object, null`/`` for status `200`
  - the `data/items/salesTaxCode` response's property type/format changed from ``/`` to `object, null`/`` for status `200`
  - removed `subschema #1, subschema #2` from the `data/items/class` response property `anyOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `data/items/parent` response property `anyOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `data/items/salesTaxCode` response property `anyOf` list for the response status `200`
  - response property `data/items/account/fullName` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `data/items/account/id` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `data/items/barcode` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `data/items/description` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `data/items/discountRate` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `data/items/discountRatePercent` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `data/items/externalId` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `nextCursor` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `remainingCount` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - added the required property `data/items/class/fullName` to the response with the `200` status
  - added the required property `data/items/class/id` to the response with the `200` status
  - added the required property `data/items/parent/fullName` to the response with the `200` status
  - added the required property `data/items/parent/id` to the response with the `200` status
  - added the required property `data/items/salesTaxCode/fullName` to the response with the `200` status
  - added the required property `data/items/salesTaxCode/id` to the response with the `200` status
- **2026-04-20** `5f832f695675` — 18 breaking, 3 info
  - response property `data/items/account/fullName` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/account/id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/barcode` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/discountRate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/discountRatePercent` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `data/items/externalId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `nextCursor` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `remainingCount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the `data/items/class` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - the `data/items/parent` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - the `data/items/salesTaxCode` response's property type/format changed from `object, null`/`` to ``/`` for status `200`
  - removed the required property `data/items/class/fullName` from the response with the `200` status
  - removed the required property `data/items/class/id` from the response with the `200` status
  - removed the required property `data/items/parent/fullName` from the response with the `200` status
  - removed the required property `data/items/parent/id` from the response with the `200` status
  - removed the required property `data/items/salesTaxCode/fullName` from the response with the `200` status
  - removed the required property `data/items/salesTaxCode/id` from the response with the `200` status
  - added `subschema #1, subschema #2` to the `data/items/class` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `data/items/parent` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `data/items/salesTaxCode` response property `anyOf` list for the response status `200`

---

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