---
title: product
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/purchaseintent/product
---

# product

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

## Declaration

```swift
let product: Product
```

## Mentioned in

Supporting promoted In-App Purchases in your app Supporting win-back offers in your app

## Discussion

Discussion To enable users to complete the purchase they start on the App Store, call purchase(options:) on this product instance.

## See Also

### Identifying the product

- [id](storekit/purchaseintent/id.md)
