---
title: price
framework: appstoreservernotifications
role: symbol
role_heading: Type
path: appstoreservernotifications/price
---

# price

The price, in milliunits, of the In-App Purchase that the system records in the transaction.

## Declaration

```data
int64 price
```

## Mentioned in

App Store Server Notifications changelog

## Discussion

Discussion This value represents the price, in milliunits of the currency, of the In-App Purchase that the system records in the transaction. One unit of the currency equals 1000 milliunits. The price value reflects all of the following: The price you configured in App Store Connect, which the system records on the purchase date (purchaseDate). The discount from an offer in the offerIdentifier field, if the transaction includes an offer. The quantity of a consumable In-App Purchase. The price value shows the total amount of the transaction for the quantity the customer purchased. The following table shows some examples of the price and currency parameters based on sample prices you might configure in App Store Connect:  |  |   |  |   |  |   |  |  To determine the storefront, use the storefront value in the transaction. Don’t use the currency value to infer the storefront. important: For financial and accounting purposes, use the App Store Connect reporting tools. For more information, see Download financial reports and Overview of reporting tools. For more information on how you set prices, see Set a price and Set a price for an in-app purchase.

## See Also

### Product price and currency

- [currency](appstoreservernotifications/currency.md)
