---
title: SKProductsResponse
framework: storekit
role: symbol
role_heading: Class
path: storekit/skproductsresponse
---

# SKProductsResponse

An App Store response to a request for information about a list of products.

## Declaration

```swift
class SKProductsResponse
```

## Topics

### Response Information

- [products](storekit/skproductsresponse/products.md)
- [invalidProductIdentifiers](storekit/skproductsresponse/invalidproductidentifiers.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Product information

- [Loading in-app product identifiers](storekit/loading-in-app-product-identifiers.md)
- [Fetching product information from the App Store](storekit/fetching-product-information-from-the-app-store.md)
- [SKProductsRequest](storekit/skproductsrequest.md)
- [SKProduct](storekit/skproduct.md)
