# AppCredit - partner - OBJECT Version: 2024-10 ## Description A [credit](/docs/admin-api/rest/reference/billing/applicationcredit) issued to a merchant for an app. Merchants are entitled to app credits under certain circumstances, such as when a paid app subscription is downgraded partway through its billing cycle. ### Access Scopes ## Fields * [amount](/docs/api/partner/2024-10/objects/Money): Money! - The amount that can be used towards future app purchases in Shopify. * [id](/docs/api/partner/2024-10/scalars/ID): ID! - A globally unique identifier. * [name](/docs/api/partner/2024-10/scalars/String): String! - The description of the app credit. * [test](/docs/api/partner/2024-10/scalars/Boolean): Boolean! - Whether the app credit was a test transaction. ## Connections ## Related queries ## Related mutations * [appCreditCreate](/docs/api/partner/2024-10/mutations/appCreditCreate) Allows an app to create a credit for a shop that can be used towards future app purchases. This mutation is only available to Partner API clients that have been granted the `View financials` permission. ## Related Unions ## Examples