---
title: "Get a Product by ID"
method: GET
path: "/products/{id}"
tags: ["Products"]
---

# Get a Product by ID

`GET /products/{id}`

Get a Product by ID

## Path parameters

- `id` string, required

## Headers

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

## Response `200`

OK

- 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
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/sequencehq/apis/sequence.md) · [All operations](https://skmtc.net/sequencehq/apis/sequence/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequencehq/sequence/versions/cae64b02699f/schema)
