---
search:
  tags:
    - projects
    - GET
seo:
  description: >-
    Returns full product details including variants,… Reference for the GET
    /projects/{projectId}/products/{productId} endpoint in the Leadtime Public
    API API.
sidebar:
  badge: GET
  label: Get product details
title: Get product details
type: openapi-operation
---
Returns full product details including variants, options, and HTML-formatted description.

This endpoint provides complete information about a product in a project, including:

**Product Information:**
- Basic details (name, description as HTML, category, logo)
- Pricing structure (fixed price, subscription price, per-unit price)
- Price calculation details (unit name, frequency, final calculated prices)
- Quantity and active date ranges

**Variants:**
- All available product variants (e.g., Standard, Pro, Enterprise)
- Each variant includes its own pricing and HTML-formatted description
- Active variant status and sort order

**Options:**
- All available product options (add-ons or configuration choices)
- Option values with extra pricing adjustments
- Required/multiple selection settings

The description and variant descriptions are returned as HTML, converted from the internal document format.

<Operation source="api-reference" id="projectproductscontroller-getproductdetails" />
