> ## Documentation Index
> Fetch the complete documentation index at: https://docs.beachdepository.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Product

> Retrieve a single catalog product

Returns a single catalog product by ID.

**Permission:** `inventory:read`

## Path parameters

<ParamField path="productId" type="string" required>
  ID of the product to retrieve.
</ParamField>

## Response

```json theme={null}
{
  "data": {
    "id": "jh7prod123",
    "title": "1 oz Gold Bar - PAMP Suisse",
    "sku": "PAMP-1OZ-GOLD",
    "productType": "precious_metal",
    "subcategory": "Gold Bars",
    "isSerialized": true,
    "createdAt": "2025-04-01T14:00:00Z"
  }
}
```
