---
title: "adds an inventory item"
method: POST
path: "/products"
tags: ["admins"]
---

# adds an inventory item

`POST /products`

Adds an item to the system

## Request body

- InventoryItem
  - `id` string, uuid, required
  - `name` string, required
  - `releaseDate` string, date-time, required
  - `manufacturer` Manufacturer, required
    - `name` string, required
    - `homePage` string, url
    - `phone` string

## Response `201`

item created

## Other responses

- `400` — invalid input, object invalid
- `409` — an existing item already exists

---

[API](https://skmtc.dev/google/apis/cymbal-superstore-inventory-api.md) · [All operations](https://skmtc.dev/google/apis/cymbal-superstore-inventory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/cymbal-superstore-inventory-api/revisions/4d00936b48f3/schema)
