<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/Product/ProductType",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit7ProductV0C4TypeV"
  },
  "title" : "Product.ProductType"
}
-->

# Product.ProductType

The types of in-app purchases.

```
struct ProductType
```

## Topics

### Getting the Product Type

[`consumable`](/documentation/StoreKit/Product/ProductType/consumable)

A consumable in-app purchase.

[`nonConsumable`](/documentation/StoreKit/Product/ProductType/nonConsumable)

A non-consumable in-app purchase.

[`nonRenewable`](/documentation/StoreKit/Product/ProductType/nonRenewable)

A non-renewing subscription.

[`autoRenewable`](/documentation/StoreKit/Product/ProductType/autoRenewable)

An auto-renewable subscription.

### Getting a Localized Description

[`localizedDescription`](/documentation/StoreKit/Product/ProductType/localizedDescription)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)