# AppPurchase - admin-graphql - INTERFACE Version: 2024-10 ## 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-graphql/2024-10/scalars/DateTime): DateTime! - The date and time when the app purchase occurred. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The name of the app purchase. * [price](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - The amount to be charged to the store for the app purchase. * [status](/docs/api/admin-graphql/2024-10/enums/AppPurchaseStatus): AppPurchaseStatus! - The status of the app purchase. * [test](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the app purchase is a test transaction. ## Connections ## Types implemented in * [AppPurchaseOneTime](/docs/api/admin-graphql/2024-10/objects/AppPurchaseOneTime) ## Examples