# AppRevenueAttributionRecord - admin-graphql - OBJECT Version: 2024-10 ## Description Represents app revenue that was captured externally by the partner. ### Access Scopes Access allowed for apps with `app_attributions` scope using offline tokens only. This API is under a private program and is not available to all partners. ## Fields * [amount](/docs/api/admin-graphql/2024-10/objects/MoneyV2): MoneyV2! - The financial amount captured in this attribution. * [capturedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The timestamp when the financial amount was captured. * [createdAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The timestamp at which this revenue attribution was issued. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [idempotencyKey](/docs/api/admin-graphql/2024-10/scalars/String): String! - The unique value submitted during the creation of the app revenue attribution record. For more information, refer to [Idempotent requests](https://shopify.dev/api/usage/idempotent-requests). * [test](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Indicates whether this is a test submission. * [type](/docs/api/admin-graphql/2024-10/enums/AppRevenueAttributionType): AppRevenueAttributionType! - The type of revenue attribution. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples