---
title: "Get Product"
method: GET
path: "/v5/products/{sku}"
tags: ["Products"]
---

# Get Product

`GET /v5/products/{sku}`

Retrieve details for a specific product by SKU.

## Path parameters

- `sku` string, required

## Response `200`

Success

- ProductResponseV5 — Product response matching ProductRestSerializer structure
  - `object` 'product', required — Resource type identifier
  - `id` string, required — Product ID (transaction_id)
  - `product_sku` string — Product SKU
  - `product_description` string — Product description
  - `product_category` string — Product category
  - `product_commodity_code` string — Product commodity code
  - `product_unit_of_measure` string — Product unit of measure
  - `product_cost` string — Product cost
  - `product_currency` string — Product currency (ISO 4217)
  - `product_tax_amount` string — Product tax amount
  - `product_discount_amount` string — Product discount amount
  - `product_image_name` string — Product image name
  - `product_image_url` string — Product image URL

## Other responses

- `401` — Unauthorized
- `404` — Product not found

---

[API](https://skmtc.net/nmi/apis/embedded-components-api.md) · [All operations](https://skmtc.net/nmi/apis/embedded-components-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nmi/embedded-components-api/versions/45c2ecda3685/schema)
