# AppOneTimeSale - partner - OBJECT Version: 2024-10 ## Description A transaction corresponding to a one-time app charge. ### Access Scopes ## Fields * [app](/docs/api/partner/2024-10/objects/App): App! - The app associated with the sale. * [chargeId](/docs/api/partner/2024-10/scalars/ID): ID - The ID of the [app charge](/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. * [createdAt](/docs/api/partner/2024-10/scalars/DateTime): DateTime! - The date and time when the transaction was recorded. * [grossAmount](/docs/api/partner/2024-10/objects/Money): Money - The total amount that the merchant paid, excluding taxes. * [id](/docs/api/partner/2024-10/scalars/ID): ID! - The transaction ID. * [netAmount](/docs/api/partner/2024-10/objects/Money): Money! - The net amount that is added to or deducted from your payout. * [shop](/docs/api/partner/2024-10/objects/Shop): Shop - The shop associated with the transaction. * [shopifyFee](/docs/api/partner/2024-10/objects/Money): Money - The amount that Shopify retained from the sale. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples