---
title: "Create Item"
method: POST
path: "/v1/items"
tags: ["Items"]
---

# Create Item

`POST /v1/items`

## Request body

- RepoItemCreate
  - `description` string
  - `labelIds` string[]
  - `locationId` string — Edges
  - `name` string, required
  - `parentId` string, nullable
  - `quantity` integer

## Response `201`

Created

- RepoItemSummary
  - `archived` boolean
  - `assetId` string
  - `createdAt` string
  - `description` string
  - `id` string
  - `imageId` string, nullable
  - `insured` boolean
  - `labels` RepoLabelSummary[]
    - `color` string
    - `createdAt` string
    - `description` string
    - `id` string
    - `name` string
    - `updatedAt` string
  - `location` RepoLocationSummary
    - `createdAt` string
    - `description` string
    - `id` string
    - `name` string
    - `updatedAt` string
  - `name` string
  - `purchasePrice` number
  - `quantity` integer
  - `soldTime` string — Sale details
  - `thumbnailId` string, nullable
  - `updatedAt` string

## Changes

- **2024-11-29** `19794fb70c24` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sysadminsmedia/apis/homebox-api/changes/v1/items/post.md)

---

[API](https://skmtc.dev/sysadminsmedia/apis/homebox-api.md) · [All operations](https://skmtc.dev/sysadminsmedia/apis/homebox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sysadminsmedia/homebox-api/revisions/7a930a1cc1f6/schema)
