<!--
{
  "availability" : [
    "iOS: 16.4.0 -",
    "iPadOS: 16.4.0 -",
    "macCatalyst: 16.4.0 -",
    "macOS: 14.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/PurchaseIntent/product",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit14PurchaseIntentV7productAA7ProductVvp"
  },
  "title" : "product"
}
-->

# product

The product information of the Apple In-App Purchase the customer selects to purchase outside of the app.

```
let product: Product
```

## Discussion

To enable users to complete the purchase they start on the App Store, call [`purchase(options:)`](/documentation/StoreKit/Product/purchase(options:)) on this product instance.

---

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)