---
title: "readAttributeProductID(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterapplicationbasic/readattributeproductid(completionhandler:)"
---

# readAttributeProductID(completionHandler:)

## Declaration

```swift
func readAttributeProductID(completionHandler: @escaping @Sendable (NSNumber?, (any Error)?) -> Void)
```

```swift
func readAttributeProductID() async throws -> NSNumber
```
