---
title: introductoryPrice
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/skproduct/introductoryprice
---

# introductoryPrice

The object containing introductory price information for the product.

## Declaration

```swift
var introductoryPrice: SKProductDiscount? { get }
```

## Mentioned in

Implementing introductory offers in your app

## Discussion

Discussion If you’ve set up introductory prices in App Store Connect, the introductory price property will be populated. This property is nil if the product has no introductory price. Before displaying UI that offers the introductory price, you must first determine if the user is eligible to receive it. See Implementing introductory offers in your app for information on determining eligibility and displaying introductory prices.

## See Also

### Getting Pricing Information

- [price](storekit/skproduct/price.md)
- [priceLocale](storekit/skproduct/pricelocale.md)
- [discounts](storekit/skproduct/discounts.md)
- [SKProductDiscount](storekit/skproductdiscount.md)
