---
title: "Changes to Add item to list"
method: POST
path: "/api/v1/user/lists/{id}/items"
---

# Changes to Add item to list

`POST /api/v1/user/lists/{id}/items`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 3 revisions.

- **2026-07-26** `996f96a11758` — 2 breaking, 1 warning, 6 info

## Changes

- **2026-07-26** `996f96a11758` — 2 breaking, 1 warning, 6 info
  - added the new required `header` request parameter `X-CSRF-Token`
  - added required request body
  - for the `path` request parameter `id`, the min was set to `1.00`
  - api operation id `postUserListsByIdItems` was added
  - added the media type `application/json` for the response with the status `201`
  - 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 `403`
  - added the non-success response with the status `404`

---

[Operation](https://skmtc.dev/openmercantil/apis/openmercantil-public-api/docs/api/v1/user/lists/:id/items/post.md) · [API](https://skmtc.dev/openmercantil/apis/openmercantil-public-api.md) · [Page](https://skmtc.dev/openmercantil/apis/openmercantil-public-api/changes/api/v1/user/lists/:id/items/post)
