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

# readAttributeProductID(completion:)

## Declaration

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

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