---
title: "Create inventory item"
method: POST
path: "/v1/InventoryItem"
tags: ["InventoryItem"]
---

# Create inventory item

`POST /v1/InventoryItem`

Create a new inventory item.

## Request body

- RevAppPostModelsInventoryItemPost
  - `inventory_item_id` integer — Primary identifier for this inventory item.
  - `inventory_type_id` integer — Primary identifier for the type of inventory this item is.
  - `identifier` string — Associated string identifier for the inventory item.
  - `customer_id` integer — Foreign identifier for the customer associated with the inventory item.
  - `status` 'AVAILABLE' | 'UNAVAILABLE' | 'ASSIGNED' — Status of the inventory item.
  - `fields` RevAppModelsFieldValue[] — Custom field input.
    - `field_id` integer — Primary identifier for this custom field.
    - `label` string — User-defined identifier representing the custom field.
    - `value` string — Value of the custom field.
    - `links` RevAppComponentsLink[]
      - `rel` string
      - `href` string
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `201`

Created

- RevWebAPIModelsCreate
  - `ok` boolean
  - `id` integer

## Other responses

- `400` — BadRequest
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
