---
title: "Show single product"
method: GET
path: "/api/v2/products/{product_id}"
tags: ["Products"]
---

# Show single product

`GET /api/v2/products/{product_id}`

**Requires `products.read` scope.**

## Path parameters

- `product_id` string, required

## Query parameters

- `fields[products]` string[]
- `include` string[]

## Response `200`

Successful responses

## Other responses

- `400` — with invalid request parameters
- `401` — Unauthenticated
- `404` — With invalid id

---

[API](https://skmtc.dev/g2/apis/g2-api.md) · [All operations](https://skmtc.dev/g2/apis/g2-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g2/g2-api/revisions/63b15460479c/schema)
