---
title: productID
framework: matter
role: symbol
role_heading: Instance Property
path: matter/mtrdevice/productid
---

# productID

The Product Identifier associated with the device.

## Declaration

```swift
@NSCopying var productID: NSNumber? { get }
```

## Discussion

Discussion A non-nil value if the product identifier has been determined from the device, nil if unknown.
