---
title: "Changes to Add item"
method: PUT
path: "/cart/item"
---

# Changes to Add item

`PUT /cart/item`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 41 revisions.

- **2025-03-19** `1c6726b12e29` — 4 breaking, 24 info
- **2025-03-13** `12aaa327d653` — 2 warning
- **2025-03-11** `3b68749c34dc` — 3 info
- **2025-03-07** `979a6c40552c` — 4 info
- **2024-12-13** `a8252d2d67be` — 1 breaking
- **2024-12-13** `916cf9100f68` — 1 warning, 1 info
- **2024-12-13** `43ff7af31b1e` — 1 breaking, 5 info

## Changes

- **2025-03-19** `1c6726b12e29` — 4 breaking, 24 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `400`
  - the response's body type/format changed from ``/`` to `object`/`` for status `401`
  - the response's body type/format changed from ``/`` to `object`/`` for status `429`
  - the response's body type/format changed from ``/`` to `object`/`` for status `500`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `400`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `401`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `429`
  - removed `#/components/schemas/ErrorResponse` from the response body `allOf` list for the response status `500`
  - added the optional property `details` to the response with the `400` status
  - added the optional property `details` to the response with the `401` status
  - added the optional property `details` to the response with the `429` status
  - added the optional property `details` to the response with the `500` status
  - added the optional property `param` to the response with the `400` status
  - added the optional property `param` to the response with the `401` status
  - added the optional property `param` to the response with the `429` status
  - added the optional property `param` to the response with the `500` status
  - added the required property `code` to the response with the `400` status
  - added the required property `code` to the response with the `401` status
  - added the required property `code` to the response with the `429` status
  - added the required property `code` to the response with the `500` status
  - added the required property `message` to the response with the `400` status
  - added the required property `message` to the response with the `401` status
  - added the required property `message` to the response with the `429` status
  - added the required property `message` to the response with the `500` status
  - added the required property `type` to the response with the `400` status
  - added the required property `type` to the response with the `401` status
  - added the required property `type` to the response with the `429` status
  - added the required property `type` to the response with the `500` status
- **2025-03-13** `12aaa327d653` — 2 warning
  - removed the optional property `data/allOf[#/components/schemas/Cart]/amount/giftCard` from the response with the `200` status
  - removed the optional property `data/allOf[#/components/schemas/Cart]/giftCardID` from the response with the `200` status
- **2025-03-11** `3b68749c34dc` — 3 info
  - added the optional property `data/allOf[#/components/schemas/Cart]/amount/giftCard` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Cart]/amount/total` to the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Cart]/giftCardID` to the response with the `200` status
- **2025-03-07** `979a6c40552c` — 4 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `429`
  - added the non-success response with the status `500`
- **2024-12-13** `a8252d2d67be` — 1 breaking
  - the `quantity` request property type/format changed from `number`/`` to `integer`/``
- **2024-12-13** `916cf9100f68` — 1 warning, 1 info
  - removed the optional property `data/allOf[#/components/schemas/Cart]/shippingID` from the response with the `200` status
  - added the optional property `data/allOf[#/components/schemas/Cart]/addressID` to the response with the `200` status
- **2024-12-13** `43ff7af31b1e` — 1 breaking, 5 info
  - removed the required property `result` from the response with the `200` status
  - api operation id `putCartItem` was added
  - the endpoint scheme security `Bearer` was removed from the API
  - api tag `Cart` added
  - the `quantity` request property type/format was generalized from `integer`/`` to `number`/``
  - added the required property `data` to the response with the `200` status

---

[Operation](https://skmtc.dev/terminaldotshop/apis/terminal-api/docs/cart/item/put.md) · [API](https://skmtc.dev/terminaldotshop/apis/terminal-api.md) · [Page](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/cart/item/put)
