---
title: "Create a new Product"
method: POST
path: "/products"
tags: ["Products"]
---

# Create a new Product

`POST /products`

Create a new Product

## Headers

- `Authorization` string, required
- `sequence-version` '2024-07-30'

## Request body

- Stable20240730ProductRequest
  - `name` string, required — Name of the Product, this appears within Sequence's dashboard.
  - `label` string — The internal description of the product. This can be used to maintain some explanation or comments regarding the product.
  - `taxCategoryId` string — The internal ID of the tax category associated with this product.

## Response `201`

Created

- Stable20240730ProductResponse
  - `id` string, required — Product ID
  - `name` string, required — Name of the Product, this appears within Sequence's dashboard.
  - `label` string — The internal description of the product. This can be used to maintain some explanation or comments regarding the product.
  - `taxCategoryId` string — The internal ID of the tax category associated with this product.
  - `createdAt` string, required — Time at which the Product was first created, in ISO 8601 format (UTC). This is set by the server and cannot be changed. Expect millisecond precision.
  - `updatedAt` string, required — Time at which the Product was last updated, in ISO 8601 format (UTC). Expect millisecond precision.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

> 714 revisions in range; 132 could not be searched.

- **2026-06-18** `fc7ed702d7b6` — 1 warning, 2 info
  - removed the optional property `archivedAt` from the response with the `201` status
  - added the new optional request property `taxCategoryId`
  - added the optional property `taxCategoryId` to the response with the `201` status

[Change history](https://skmtc.dev/sequencehq/apis/sequence/changes/products/post.md)

---

[API](https://skmtc.dev/sequencehq/apis/sequence.md) · [All operations](https://skmtc.dev/sequencehq/apis/sequence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequencehq/sequence/revisions/e520d2f95b7b/schema)
