---
title: StoreKitError.unsupported
framework: storekit
role: symbol
role_heading: Case
path: storekit/storekiterror/unsupported
---

# StoreKitError.unsupported

The operation doesn’t support this product.

## Declaration

```swift
case unsupported
```

## Discussion

Discussion The system surfaces this error when the type that originates the request doesn’t support the operation. For example, initializing an AdvancedCommerceProduct using the product ID of an in-app purchase that isn’t registered as a generic SKU in App Store Connect.

## See Also

### StoreKit Error Codes

- [StoreKitError.networkError(_:)](storekit/storekiterror/networkerror(_:).md)
- [StoreKitError.systemError(_:)](storekit/storekiterror/systemerror(_:).md)
- [StoreKitError.userCancelled](storekit/storekiterror/usercancelled.md)
- [StoreKitError.notAvailableInStorefront](storekit/storekiterror/notavailableinstorefront.md)
- [StoreKitError.notEntitled](storekit/storekiterror/notentitled.md)
- [StoreKitError.unknown](storekit/storekiterror/unknown.md)
