---
search:
  tags:
    - administration
    - GET
seo:
  description: >-
    What is returned: Returns complete details for a single… Reference for the
    GET /administration/product-catalog/{id} endpoint in the Leadtime Public API
    API.
sidebar:
  badge: GET
  label: Get product details
title: Get product details
type: openapi-operation
---
**What is returned:**
Returns complete details for a single catalog product, including all variants, options, and pricing information. Product and variant descriptions are automatically converted from internal format (IDoc) to HTML for easy display.

**Product structure:**
A product consists of three main sections:
1. **Product details**: Name, category, logo, description, and base pricing
2. **Variants**: Different performance levels or configurations (e.g., Standard, Pro, Enterprise) with their own prices and descriptions
3. **Options**: Extra services or add-ons that customers can optionally book (e.g., "Add workshop" or "Enable premium support")

**Pricing models:**
- **Fixed price**: One-time payment amount
- **Subscription price**: Recurring amount at set intervals (monthly, quarterly, yearly)
- **Price per unit**: Flexible billing by quantity (e.g., per user, per hour)

**Response format:**
- All descriptions are returned as HTML (converted from internal format)
- Logo URL is included if a logo is set (points to public file endpoint)
- Variants include their activation status
- Options include their configuration (required, multiple selection)

**Note:** This endpoint only returns catalog products (products without projectId or taskId). Products assigned to specific projects or tasks are not accessible through this endpoint.

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