---
title: "init(productIdentifiers:)"
framework: storekit
role: symbol
role_heading: Initializer
path: "storekit/skproductsrequest/init(productidentifiers:)"
---

# init(productIdentifiers:)

Initializes the request with the set of product identifiers.

## Declaration

```swift
init(productIdentifiers: Set<String>)
```

## Parameters

- `productIdentifiers`: The list of product identifiers for the products you wish to retrieve descriptions of.

## Return Value

Return Value The initialized request object.

## See Also

### Related Documentation

- [In-App Purchase Programming Guide](apple-archive/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Introduction.html.md)
