---
title: "productsRequest(_:didReceive:)"
framework: storekit
role: symbol
role_heading: Instance Method
path: "storekit/skproductsrequestdelegate/productsrequest(_:didreceive:)"
---

# productsRequest(_:didReceive:)

Accepts the App Store response that contains the app-requested product information.

## Declaration

```swift
func productsRequest(_ request: SKProductsRequest, didReceive response: SKProductsResponse)
```

## Parameters

- `request`: The product request sent to the Apple App Store.
- `response`: Detailed information about the list of products.

## See Also

### Related Documentation

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