# AppRevenueAttributionRecord - admin - OBJECT
Version: 2025-01

## 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/2025-01/objects/MoneyV2): MoneyV2! - The financial amount captured in this attribution.
* [capturedAt](/docs/api/admin/2025-01/scalars/DateTime): DateTime! - The timestamp when the financial amount was captured.
* [createdAt](/docs/api/admin/2025-01/scalars/DateTime): DateTime! - The timestamp at which this revenue attribution was issued.
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - A globally-unique ID.
* [idempotencyKey](/docs/api/admin/2025-01/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/2025-01/scalars/Boolean): Boolean! - Indicates whether this is a test submission.
* [type](/docs/api/admin/2025-01/enums/AppRevenueAttributionType): AppRevenueAttributionType! - The type of revenue attribution.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples