---
title: "readAttributeProductURL(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterbridgeddevicebasicinformation/readattributeproducturl(completion:)"
---

# readAttributeProductURL(completion:)

## Declaration

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

```swift
func readAttributeProductURL() async throws -> String
```
