--- title: AppSubscriptionSale - Partner API description: A transaction corresponding to an app subscription charge. api_version: 2025-10 api_name: partner type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/partner/latest/objects/appsubscriptionsale md: https://shopify.dev/docs/api/partner/latest/objects/appsubscriptionsale.md --- # App​Subscription​Sale object A transaction corresponding to an app subscription charge. ## Fields * app [App!](https://shopify.dev/docs/api/partner/latest/objects/App) non-null The app associated with the sale. * billing​Interval [App​Pricing​Interval](https://shopify.dev/docs/api/partner/latest/enums/AppPricingInterval) The billing frequency for the app. * charge​Id [ID](https://shopify.dev/docs/api/partner/latest/scalars/ID) The ID of the [app charge](https://shopify.dev/tutorials/bill-for-your-app-using-graphql-admin-api) associated with the transaction. Example value: `gid://shopify/AppUsageRecord/1234`. This value might be `null` for transactions that occurred before September 2020. * created​At [Date​Time!](https://shopify.dev/docs/api/partner/latest/scalars/DateTime) non-null The date and time when the transaction was recorded. * gross​Amount [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The total amount that the merchant paid, excluding taxes. * id [ID!](https://shopify.dev/docs/api/partner/latest/scalars/ID) non-null The transaction ID. * net​Amount [Money!](https://shopify.dev/docs/api/partner/latest/objects/Money) non-null The net amount that is added to or deducted from your payout. * shop [Shop](https://shopify.dev/docs/api/partner/latest/objects/Shop) The shop associated with the transaction. * shopify​Fee [Money](https://shopify.dev/docs/api/partner/latest/objects/Money) The amount that Shopify retained from the sale. *** ## Map No referencing types *** ## Interfaces * * [Node](https://shopify.dev/docs/api/partner/latest/interfaces/Node) interface * [Transaction](https://shopify.dev/docs/api/partner/latest/interfaces/Transaction) interface *** ## ||-AppSubscriptionSale Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/partner/latest/interfaces/Node) * ||-[Transaction](https://shopify.dev/docs/api/partner/latest/interfaces/Transaction)