---
title: "Get Product By ID"
method: GET
path: "/products/{productId}"
tags: ["Products"]
---

# Get Product By ID

`GET /products/{productId}`

Returns only the product record for the productId you specify

## Path parameters

- `productId` string, required

## Response `200`

Successful operation

- ProductDetail
  - `id` string, uuid
  - `name` string — The name of a product
  - `vendorName` string — The name of the vendor
  - `shortDescription` string — A short description of the product
  - `description` string — A long description of the Product
  - `sku` string — The product sku
  - `vendorSku` string — The product vendor sku
  - `altVendorSku` string, uuid — The Microsoft legacy sku has been deprecated. Please transition to vendorSku
  - `requiresCommitment` boolean — Whether the product requires a commitment

## Other responses

- `404` — Product not found

---

[API](https://skmtc.dev/pax8/apis/authentication.md) · [All operations](https://skmtc.dev/pax8/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pax8/authentication/revisions/4026bf405528/schema)
