<!--
{
  "availability" : [
    "App Store Server Notifications: 2.9.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppStoreServerNotifications",
  "identifier" : "/documentation/AppStoreServerNotifications/price",
  "metadataVersion" : "0.1.0",
  "role" : "Type",
  "symbol" : {
    "kind" : "Type",
    "modules" : [
      "App Store Server Notifications"
    ],
    "preciseIdentifier" : "data:store_s2s:price"
  },
  "title" : "price"
}
-->

# price

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

```
int64 price
```

## Discussion

This value represents the price, in milliunits of the [`currency`](/documentation/AppStoreServerNotifications/currency), of the In-App Purchase that the system records in the transaction. One unit of the currency equals 1000 milliunits.

The [`price`](/documentation/AppStoreServerNotifications/price) value reflects all of the following:

- The price you configured in App Store Connect, which the system records on the purchase date (<doc://com.apple.documentation/documentation/AppStoreServerAPI/purchaseDate>).
- The discount from an offer in the [`offerIdentifier`](/documentation/AppStoreServerNotifications/offerIdentifier) field, if the transaction includes an offer.
- The [`quantity`](/documentation/AppStoreServerNotifications/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 <doc://com.apple.documentation/documentation/AppStoreServerAPI/price> and <doc://com.apple.documentation/documentation/AppStoreServerAPI/currency> parameters based on sample prices you might configure in App Store Connect:

|Configured price in App Store Connect|`price` parameter|`currency` parameter|
|-------------------------------------|-----------------|--------------------|
|$1.99 (U.S. dollar)                  |1990             |USD                 |
|KRW 3300 (South Korean won)          |3300000          |KRW                 |
|JPY 300 (Japanese yen)               |300000           |JPY                 |

To determine the storefront, use the <doc://com.apple.documentation/documentation/AppStoreServerAPI/storefront> value in the transaction. Don’t use the <doc://com.apple.documentation/documentation/AppStoreServerAPI/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](https://developer.apple.com/help/app-store-connect/getting-paid/download-financial-reports) and [Overview of reporting tools](https://developer.apple.com/help/app-store-connect/measure-app-performance/overview-of-reporting-tools).

For more information on how you set prices, see [Set a price](https://developer.apple.com/help/app-store-connect/manage-app-pricing/set-a-price) and [Set a price for an in-app purchase](https://developer.apple.com/help/app-store-connect/manage-in-app-purchases/set-a-price-for-an-in-app-purchase).

---

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)