# AppPurchase - admin - INTERFACE
Version: 2025-01

## Description
Services and features purchased once by the store.

### Access Scopes
The staff member must have permission to manage app billing or approve app charges if authenticated with an online access token as described in https://shopify.dev/apps/auth/oauth/access-modes.


## Fields
* [createdAt](/docs/api/admin/2025-01/scalars/DateTime): DateTime! - The date and time when the app purchase occurred.
* [name](/docs/api/admin/2025-01/scalars/String): String! - The name of the app purchase.
* [price](/docs/api/admin/2025-01/objects/MoneyV2): MoneyV2! - The amount to be charged to the store for the app purchase.
* [status](/docs/api/admin/2025-01/enums/AppPurchaseStatus): AppPurchaseStatus! - The status of the app purchase.
* [test](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether the app purchase is a test transaction.

## Connections



## Types implemented in
* [AppPurchaseOneTime](/docs/api/admin/2025-01/objects/AppPurchaseOneTime)


## Examples